AppointmentXmlPersistenceHelper(Appointment, IAppointmentStorageBase) Constructor
Initializes new instance of the AppointmentXmlPersistenceHelper class with the specified settings.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
public AppointmentXmlPersistenceHelper(
Appointment appointment,
IAppointmentStorageBase storage
)
Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment instance which will be serialized. |
storage | IAppointmentStorageBase | An IAppointmentStorageBase object. Only required for time zone translations. |
Remarks
Use this constructor followed by the PersistentObject.ToXml method to serialize the specified appointment.
See Also