Skip to main content

AppointmentMappingInfo Class

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#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
XAF: Cross-Platform .NET App UI & Web API 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