IAppointmentStorageBase Interface
A platform-independent base interface that defines a storage which holds appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.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