Back to Devexpress

CustomFieldMappingCollectionBase<T> Class

corelibraries-devexpress-dot-xtrascheduler-dot-customfieldmappingcollectionbase-1.md

latest3.4 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class CustomFieldMappingCollectionBase<T> :
    MappingCollection,
    IPersistentObjectStorageProvider<T>
    where T : IPersistentObject
vb
Public Class CustomFieldMappingCollectionBase(Of T As IPersistentObject)
    Inherits MappingCollection
    Implements IPersistentObjectStorageProvider(Of T)

Type Parameters

NameDescription
T

The type of this custom field mapping object.

|

Remarks

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

Inheritance

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

How to: Create Appointments with Custom Fields

Data Sources

DevExpress.XtraScheduler Namespace