Skip to main content
A newer version of this page is available. .

AppointmentXmlPersistenceHelper(Appointment, IAppointmentStorageBase) Constructor

Initializes new instance of the AppointmentXmlPersistenceHelper class with the specified settings.

Namespace: DevExpress.XtraScheduler.Xml

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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