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.v24.2.dll
Declaration
Related API Members
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