aspnet-devexpress-dot-web-dot-aspxscheduler-f49f60b5.md
Provides information on the mapping of the appointment’s properties to the appropriate data fields.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class ASPxAppointmentMappingInfo :
AppointmentMappingInfo,
IPrivateFieldOwner
Public Class ASPxAppointmentMappingInfo
Inherits AppointmentMappingInfo
Implements IPrivateFieldOwner
The following members return ASPxAppointmentMappingInfo objects:
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).
Object MappingInfoBase<Appointment> AppointmentMappingInfo ASPxAppointmentMappingInfo
See Also