Back to Devexpress

MappingBase Class

corelibraries-devexpress-dot-xtrascheduler-c5765bd8.md

latest1.9 KB
Original Source

MappingBase Class

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

Declaration

csharp
public abstract class MappingBase
vb
Public MustInherit Class MappingBase

Remarks

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.

Inheritance

Object MappingBase CustomFieldMappingBase<T>

ResourceCustomFieldMapping

AppointmentCustomFieldMapping

AppointmentDependencyCustomFieldMapping

ASPxAppointmentCustomFieldMapping

ASPxResourceCustomFieldMapping

See Also

MappingBase Members

DevExpress.XtraScheduler Namespace