Skip to main content

IAppointmentStorageBase Interface

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#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
XAF: Cross-Platform .NET App UI & Web API 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