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

ASPxResourceMappingInfo Class

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public class ASPxResourceMappingInfo :
    ResourceMappingInfo,
    IPrivateFieldOwner

The following members return ASPxResourceMappingInfo objects:

Remarks

The ASPxResourceMappingInfo class contains a set of properties whose names correspond to the persistent properties declared within the Resource interface. If the ASPxResourceStorage object is bound to a data source via its ASPxResourceStorage.DataSource property, the properties of the ASPxResourceMappingInfo class allow mapping of the corresponding persistent properties of resources to appropriate fields in the data source.

An object of the ASPxResourceMappingInfo type can be accessed via the ASPxResourceStorage.Mappings property.

Inheritance

See Also