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.v24.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.
Inheritance
See Also