corelibraries-devexpress-dot-xtrascheduler-78ebe854.md
Provides information on the mapping of the appointment dependency properties to the appropriate data fields.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentDependencyMappingInfo :
MappingInfoBase<AppointmentDependency>
Public Class AppointmentDependencyMappingInfo
Inherits MappingInfoBase(Of AppointmentDependency)
The following members return AppointmentDependencyMappingInfo objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | IAppointmentDependencyStorage.Mappings |
| WinForms Controls | AppointmentDependencyDataStorage.Mappings |
| AppointmentDependencyStorage.Mappings |
The AppointmentDependencyMappingInfo class contains a set of properties whose names are similar to the persistent properties declared within the AppointmentDependency class. If the appointments storage object (AppointmentDependencyStorage) is bound to a data source via its PersistentObjectStorage<T>.DataSource property, the properties of the AppointmentDependencyMappingInfo class allow the corresponding persistent properties of appointments to be bound to the appropriate fields in the data source.
An object of the AppointmentDependencyMappingInfo type can be accessed via the appointments storage’s AppointmentDependencyStorage.Mappings property.
Object MappingInfoBase<AppointmentDependency> AppointmentDependencyMappingInfo
See Also