corelibraries-devexpress-dot-xtrascheduler-dot-customfieldmappingbase-1.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class CustomFieldMappingBase<T> :
MappingBase,
IPersistentObjectStorageProvider<T>,
ICustomFieldMapping
where T : IPersistentObject
Public Class CustomFieldMappingBase(Of T As IPersistentObject)
Inherits MappingBase
Implements IPersistentObjectStorageProvider(Of T),
ICustomFieldMapping
| Name | Description |
|---|---|
| T |
The type of this custom field mapping object.
|
The CustomFieldMappingBase<T> represents the base class for the AppointmentCustomFieldMapping and ResourceCustomFieldMapping classes.
Object MappingBase CustomFieldMappingBase<T> AppointmentCustomFieldMapping
AppointmentDependencyCustomFieldMapping
ASPxAppointmentCustomFieldMapping
ASPxResourceCustomFieldMapping
See Also
CustomFieldMappingBase<T> Members