CustomFieldMappingCollectionBase<T> Class
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.v24.2.Core.dll
Declaration
public class CustomFieldMappingCollectionBase<T> :
MappingCollection,
IPersistentObjectStorageProvider<T>
where T : IPersistentObject
Type Parameters
Name | Description |
---|---|
T | The type of this custom field mapping object. |
Remarks
The CustomFieldMappingCollectionBase<T>
represents the base class for the AppointmentCustomFieldMappingCollection and ResourceCustomFieldMappingCollection classes.
Inheritance
Object
DXCollectionBase<MappingBase>
DXCollection<MappingBase>
NotificationCollection<MappingBase>
DevExpress.Utils.NamedItemNotificationCollection<MappingBase>
See Also