corelibraries-devexpress-dot-xtrascheduler-c5765bd8.md
Serves as the base class for classes that provide mapping of the properties of persistent objects (appointments or resources) to appropriate data fields.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public abstract class MappingBase
Public MustInherit Class MappingBase
The MappingBase class implements the MappingBase.Name and MappingBase.Member properties which are used to identify a mapping for a particular property and a data field. These properties should be overridden by descendants.
Object MappingBase CustomFieldMappingBase<T>
AppointmentDependencyCustomFieldMapping
ASPxAppointmentCustomFieldMapping
ASPxResourceCustomFieldMapping
See Also