Back to Devexpress

MappingCollection Class

corelibraries-devexpress-dot-xtrascheduler-173205f8.md

latest3.2 KB
Original Source

MappingCollection Class

Represents a collection of mappings of the persistent properties of persistent objects (appointments or resources) to appropriate data fields.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[ListBindable(BindableSupport.No)]
public class MappingCollection :
    NamedItemNotificationCollection<MappingBase>
vb
<ListBindable(BindableSupport.No)>
Public Class MappingCollection
    Inherits NamedItemNotificationCollection(Of MappingBase)

Remarks

The MappingCollection represents a collection of MappingBase objects and serves as a base for the CustomFieldMappingCollectionBase<T> class. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

Inheritance

Show 13 items

Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<T>

ResourceCustomFieldMappingCollection

AppointmentCustomFieldMappingCollection

AppointmentDependencyCustomFieldMappingCollection

ASPxAppointmentCustomFieldMappingCollection

ASPxResourceCustomFieldMappingCollection

MVCxAppointmentCustomFieldMappingCollection

See Also

MappingCollection Members

AppointmentStorage.CustomFieldMappings

ResourceStorage.CustomFieldMappings

DevExpress.XtraScheduler Namespace