Back to Devexpress

AppointmentMappingInfo Class

corelibraries-devexpress-dot-xtrascheduler-5af0ea17.md

latest3.3 KB
Original Source

AppointmentMappingInfo Class

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentMappingInfo :
    MappingInfoBase<Appointment>
vb
Public Class AppointmentMappingInfo
    Inherits MappingInfoBase(Of Appointment)

The following members return AppointmentMappingInfo objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentStorageBase.Mappings
IAppointmentStorageBase.Mappings
WinForms ControlsAppointmentDataStorage.Mappings
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.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.

Inheritance

Object MappingInfoBase<Appointment> AppointmentMappingInfo ASPxAppointmentMappingInfo

See Also

AppointmentMappingInfo Members

Mappings

Mappings

Mapping Converters

DevExpress.XtraScheduler Namespace