Skip to main content

AppointmentImporter Class

An appointments importer which loads appointment data from a scheduler application to the scheduler control.

Namespace: DevExpress.XtraScheduler.Exchange

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

#Declaration

public abstract class AppointmentImporter :
    AppointmentExchanger

#Remarks

The AppointmentImporter class provides the main functionality used when manually importing the scheduler's data to another scheduling application. The storage of the scheduler whose data will be imported is accessed via the AppointmentExchanger.Storage property. To import appointments, use the AppointmentImporter.Import method.

You can intercept exceptions that occur during export/import by handling the AppointmentExchanger.OnException event, and terminate the process, if required, by calling the AppointmentExchanger.Terminate method.

#Inheritance

See Also