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

CustomFieldMappingBase<T> Class

Serves as the base class for classes that provide mapping of the custom properties of persistent objects (appointments or resources) to appropriate data fields.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public class CustomFieldMappingBase<T> :
    MappingBase,
    IPersistentObjectStorageProvider<T>,
    ICustomFieldMapping
    where T : IPersistentObject

Type Parameters

Name Description
T

The type of this custom field mapping object.

Remarks

The CustomFieldMappingBase<T> represents the base class for the AppointmentCustomFieldMapping and ResourceCustomFieldMapping classes.

See Also