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.1.Core.dll

Declaration

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

The following members return IAppointmentStorageBase objects:

Library Related API Members
Cross-Platform Class Library AppointmentXmlPersistenceHelper.Storage
ISchedulerStorageBase.Appointments
eXpressApp Framework ASPxSchedulerListEditor.Appointments
SchedulerListEditor.Appointments
SchedulerListEditorBase.Appointments

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