Back to Devexpress

ResourceMappingInfo Class

corelibraries-devexpress-dot-xtrascheduler-76916e57.md

latest3.1 KB
Original Source

ResourceMappingInfo Class

Provides information on the mapping of the resource’s properties to the data source fields.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class ResourceMappingInfo :
    MappingInfoBase<Resource>
vb
Public Class ResourceMappingInfo
    Inherits MappingInfoBase(Of Resource)

The following members return ResourceMappingInfo objects:

LibraryRelated API Members
Cross-Platform Class LibraryIResourceStorageBase.Mappings
ResourceStorageBase.Mappings
WinForms ControlsResourceDataStorage.Mappings
ResourceStorage.Mappings
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.ResourcesMappings
SchedulerListEditorBase.ResourcesMappings

Remarks

The ResourceMappingInfo class contains a set of properties whose names are similar to the persistent properties declared within the Resource interface. If the resources storage object (ResourceStorage) is bound to a data source via its PersistentObjectStorage<T>.DataSource property, the properties of the ResourceMappingInfo class allow the corresponding persistent properties of resources to be bound to appropriate fields in the data source.

An object of the ResourceMappingInfo type can be accessed via the resources storage’s ResourceStorage.Mappings property.

Inheritance

Object MappingInfoBase<Resource> ResourceMappingInfo ASPxResourceMappingInfo

See Also

ResourceMappingInfo Members

Mappings

Mappings

DevExpress.XtraScheduler Namespace