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.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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
See Also