Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public class CustomFieldMappingCollectionBase<T> :
    MappingCollection,
    IPersistentObjectStorageProvider<T>
    where T : IPersistentObject

Type Parameters

Name
T

Remarks

The CustomFieldMappingCollectionBase<T> represents the base class for the AppointmentCustomFieldMappingCollection and ResourceCustomFieldMappingCollection classes.

See Also