Skip to main content

AppointmentMappingInfo Class

Contains mappings of the appointment properties to the appropriate data fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public class AppointmentMappingInfo :
    MappingInfoBase<Appointment>

Remarks

The AppointmentMappingInfo class contains a set of properties whose names are similar to the persistent properties declared within the Appointment interface. If the appointments storage object (AppointmentStorage) is bound to a data source via its PersistentObjectStorage<T>.DataSource property, the properties of the AppointmentMappingInfo class allow the corresponding persistent properties of appointments to be bound to the appropriate fields in the data source.

An object of the AppointmentMappingInfo type can be accessed via the appointments storage’s AppointmentStorageBase.Mappings property.

See Also