IAppointmentStorageBase Interface
In This Article
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
#Related API Members
The following members return IAppointmentStorageBase objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Appointment |
IScheduler |
|
XAF: Cross-Platform .NET App UI & Web API | ASPx |
Scheduler |
|
Scheduler |
#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