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

ASPxAppointmentMappingInfo Class

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxAppointmentMappingInfo :
    AppointmentMappingInfo,
    IPrivateFieldOwner

The following members accept/return ASPxAppointmentMappingInfo objects:

Remarks

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

An object of the ASPxAppointmentMappingInfo type can be accessed via the ASPxAppointmentStorage.Mappings property.

At least three mappings are required - the appointment’s unique identifier (AppointmentId), Start time (Start) and the End time (End).

The following code snippets (auto-collected from DevExpress Examples) contain references to the ASPxAppointmentMappingInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also