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

AppointmentStorageBase Class

A base class that represents a storage to hold a collection of appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public abstract class AppointmentStorageBase :
    PersistentObjectStorage<Appointment>,
    IAppointmentStorageBase,
    IPersistentObjectStorage<Appointment>,
    IBatchUpdateable,
    IDisposable,
    IInternalAppointmentStorage,
    IInternalPersistentObjectStorage<Appointment>,
    IAppointmentLoaderProvider,
    IAppointmentMappingsProvider,
    ISupportsAppointmentTransaction

Remarks

Do not instantiate this class directly. Inherit from it and use its descendants.

See the AppointmentStorage topic for more information.

See Also