Back to Devexpress

MVCxAppointmentCustomFieldMappingCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-98938539.md

latest3.7 KB
Original Source

MVCxAppointmentCustomFieldMappingCollection Class

A collection of mappings of the custom properties of appointments to the fields in the data source.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxAppointmentCustomFieldMappingCollection :
    ASPxAppointmentCustomFieldMappingCollection
vb
Public Class MVCxAppointmentCustomFieldMappingCollection
    Inherits ASPxAppointmentCustomFieldMappingCollection

The following members return MVCxAppointmentCustomFieldMappingCollection objects:

Remarks

The MVCxAppointmentCustomFieldMappingCollection is a collection of ASPxAppointmentCustomFieldMapping objects. 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.

Implements

IList<MappingBase>

ICollection<MappingBase>

IEnumerable<MappingBase>

IList

ICollection

IEnumerable

DevExpress.Utils.IBatchUpdateable

DevExpress.Utils.IBatchUpdateHandler

DevExpress.XtraScheduler.Internal.IPersistentObjectStorageProvider<Appointment>

Inheritance

Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<Appointment> AppointmentCustomFieldMappingCollection ASPxAppointmentCustomFieldMappingCollection MVCxAppointmentCustomFieldMappingCollection

See Also

MVCxAppointmentCustomFieldMappingCollection Members

DevExpress.Web.Mvc Namespace