Back to Devexpress

ASPxResourceMappingInfo Class

aspnet-devexpress-dot-web-dot-aspxscheduler-4e32874c.md

latest1.9 KB
Original Source

ASPxResourceMappingInfo Class

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

Declaration

csharp
public class ASPxResourceMappingInfo :
    ResourceMappingInfo,
    IPrivateFieldOwner
vb
Public Class ASPxResourceMappingInfo
    Inherits ResourceMappingInfo
    Implements 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.

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

Inheritance

Object MappingInfoBase<Resource> ResourceMappingInfo ASPxResourceMappingInfo

See Also

ASPxResourceMappingInfo Members

DevExpress.Web.ASPxScheduler Namespace