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

IAppointmentStorageBase Interface

A platform-independent base interface that defines a storage which holds appointments.

Namespace: DevExpress.XtraScheduler

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

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

Declaration

public interface IAppointmentStorageBase :
    IPersistentObjectStorage<Appointment>,
    IBatchUpdateable,
    IDisposable

Remarks

The IAppointmentStorageBase is the base interface for the following interfaces and classes:

An object with the IAppointmentStorageBase interface can be accessed using the ISchedulerStorageBase.Appointments property.

See Also