corelibraries-devexpress-dot-xtrascheduler-add0576b.md
A base class that represents a storage to hold a collection of appointments.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public abstract class AppointmentStorageBase :
PersistentObjectStorage<Appointment>,
IAppointmentStorageBase,
IPersistentObjectStorage<Appointment>,
IBatchUpdateable,
IDisposable,
IInternalAppointmentStorage,
IInternalPersistentObjectStorage<Appointment>,
IAppointmentLoaderProvider,
IAppointmentMappingsProvider,
ISupportsAppointmentTransaction
Public MustInherit Class AppointmentStorageBase
Inherits PersistentObjectStorage(Of Appointment)
Implements IAppointmentStorageBase,
IPersistentObjectStorage(Of Appointment),
IBatchUpdateable,
IDisposable,
IInternalAppointmentStorage,
IInternalPersistentObjectStorage(Of Appointment),
IAppointmentLoaderProvider,
IAppointmentMappingsProvider,
ISupportsAppointmentTransaction
Do not instantiate this class directly. Inherit from it and use its descendants.
See the AppointmentStorage topic for more information.
Object PersistentObjectStorage<Appointment> AppointmentStorageBase ASPxAppointmentStorage
See Also