ASPxResourceMappingInfo Class
In This Article
Provides information on the mapping of the resource’s properties to appropriate data fields.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public class ASPxResourceMappingInfo :
ResourceMappingInfo,
IPrivateFieldOwner
#Related API Members
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.
An object of the ASPxResourceMappingInfo type can be accessed via the ASPxResourceStorage.Mappings property.
See Also