SchedulerExtension.ConvertAppointment<T>(Appointment, MVCxAppointmentStorage) Method
Returns the appointment of the specified type.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
public static T ConvertAppointment<T>(
Appointment appointment,
MVCxAppointmentStorage appointmentStorage
)
Parameters
| Name | Type | Description |
|---|---|---|
| appointment | Appointment | An Appointment object that is the appointment. |
| appointmentStorage | MVCxAppointmentStorage | An MVCxAppointmentStorage object that implements the appointment storage functionality and contains mappings. |
Type Parameters
| Name |
|---|
| T |
Returns
| Type | Description |
|---|---|
| T | An appointment of the specified type. |
See Also