aspnet-devexpress-dot-web-dot-aspxscheduler-4e32874c.md
Provides information on the mapping of the resource’s properties to appropriate data fields.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxResourceMappingInfo :
ResourceMappingInfo,
IPrivateFieldOwner
Public Class ASPxResourceMappingInfo
Inherits ResourceMappingInfo
Implements IPrivateFieldOwner
The following members return ASPxResourceMappingInfo objects:
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.
Object MappingInfoBase<Resource> ResourceMappingInfo ASPxResourceMappingInfo
See Also