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.v19.2.Core.dll

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