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.1.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MappingBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also