Skip to main content

ResourceMappingInfo Class

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public class ResourceMappingInfo :
    MappingInfoBase<Resource>

The following members return ResourceMappingInfo objects:

Library Related API Members
Cross-Platform Class Library IResourceStorageBase.Mappings
ResourceStorageBase.Mappings
WinForms Controls ResourceDataStorage.Mappings
ResourceStorage.Mappings
XAF: Cross-Platform .NET App UI & Web API ASPxSchedulerListEditor.ResourcesMappings
SchedulerListEditor.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.

See Also