Skip to main content
A newer version of this page is available. .

ResourceMappingInfo Class

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public class ResourceMappingInfo :
    MappingInfoBase<Resource>

The following members accept/return ResourceMappingInfo objects:

Library Related API Members
Cross-Platform Class Library IResourceStorageBase.Mappings
ResourceStorageBase.Mappings
WinForms Controls ResourceDataStorage.Mappings
ResourceStorage.Mappings
eXpressApp Framework 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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ResourceMappingInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also