Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public abstract 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.

See Also