Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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.

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