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.v19.2.Core.dll

Declaration

public class ResourceMappingInfo :
    MappingInfoBase<Resource>

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

See Also