Skip to main content

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

NuGet Package: DevExpress.Scheduler.Core

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