Back to Devexpress

ASPxResourceCustomFieldMappingCollection Class

aspnet-devexpress-dot-web-dot-aspxscheduler-c70a94a9.md

latest3.8 KB
Original Source

ASPxResourceCustomFieldMappingCollection Class

Represents a collection of mappings of the custom properties of resources to appropriate data fields.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxResourceCustomFieldMappingCollection :
    ResourceCustomFieldMappingCollection
vb
Public Class ASPxResourceCustomFieldMappingCollection
    Inherits ResourceCustomFieldMappingCollection

The following members return ASPxResourceCustomFieldMappingCollection objects:

Remarks

The ASPxResourceCustomFieldMappingCollection represents a collection of ASPxResourceCustomFieldMapping 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

Inheritance

Object DXCollectionBase<MappingBase> DXCollection<MappingBase> NotificationCollection<MappingBase> DevExpress.Utils.NamedItemNotificationCollection<MappingBase> MappingCollection CustomFieldMappingCollectionBase<Resource> ResourceCustomFieldMappingCollection ASPxResourceCustomFieldMappingCollection

See Also

ASPxResourceCustomFieldMappingCollection Members

ASPxResourceCustomFieldMappingCollection

How to: Bind an ASPxScheduler to MS SQL Server Database (Step-by-Step Guide)

Mappings Wizards

DevExpress.Web.ASPxScheduler Namespace