AppointmentDependencyMappingInfo Class
Provides information on the mapping of the appointment dependency properties to the appropriate data fields.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Related API Members
The following members return AppointmentDependencyMappingInfo objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IAppointmentDependencyStorage.Mappings |
WinForms Controls | AppointmentDependencyDataStorage.Mappings |
AppointmentDependencyStorage.Mappings |
Remarks
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.