Skip to main content

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

NuGet Package: DevExpress.Scheduler.Core

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.

See Also