Skip to main content

AppointmentXmlPersistenceHelper(Appointment, IAppointmentStorageBase) Constructor

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

Namespace: DevExpress.XtraScheduler.Xml

Assembly: DevExpress.XtraScheduler.v25.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.

See Also