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.v19.1.dll

Declaration

public class ASPxAppointmentMappingInfo :
    AppointmentMappingInfo,
    IPrivateFieldOwner

The following members 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).

Inheritance

See Also