corelibraries-devexpress-dot-xtrascheduler-dot-customfieldmappingcollectionbase-1.md
Serves as the base class for classes that represent collections of custom mappings of the properties of persistent objects (appointments or resources).
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class CustomFieldMappingCollectionBase<T> :
MappingCollection,
IPersistentObjectStorageProvider<T>
where T : IPersistentObject
Public Class CustomFieldMappingCollectionBase(Of T As IPersistentObject)
Inherits MappingCollection
Implements IPersistentObjectStorageProvider(Of T)
| Name | Description |
|---|---|
| T |
The type of this custom field mapping object.
|
The CustomFieldMappingCollectionBase<T> represents the base class for the AppointmentCustomFieldMappingCollection and ResourceCustomFieldMappingCollection classes.
Show 13 items
Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<T> AppointmentCustomFieldMappingCollection
AppointmentDependencyCustomFieldMappingCollection
ResourceCustomFieldMappingCollection
ASPxAppointmentCustomFieldMappingCollection
ASPxResourceCustomFieldMappingCollection
MVCxAppointmentCustomFieldMappingCollection
See Also
CustomFieldMappingCollectionBase<T> Members