Skip to main content
A newer version of this page is available. .

AppointmentMappingInfo Class

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public class AppointmentMappingInfo :
    MappingInfoBase<Appointment>

The following members return AppointmentMappingInfo objects:

Library Related API Members
Cross-Platform Class Library AppointmentStorageBase.Mappings
IAppointmentStorageBase.Mappings
WinForms Controls AppointmentDataStorage.Mappings
eXpressApp Framework ASPxSchedulerListEditor.AppointmentsMappings
SchedulerListEditor.AppointmentsMappings
SchedulerListEditorBase.AppointmentsMappings

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