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.1.Core.dll

Declaration

public class AppointmentMappingInfo :
    MappingInfoBase<Appointment>

The following members accept/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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentMappingInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also