A base class that represents a storage to hold a collection of appointments.
Namespace:DevExpress.XtraScheduler
Assembly:DevExpress.XtraScheduler.v19.2.Core.dll

Syntax
C# |
public abstract class AppointmentStorageBase : PersistentObjectStorage<Appointment>, IAppointmentStorageBase,
IInternalAppointmentStorage,
IAppointmentLoaderProvider,
IAppointmentMappingsProvider,
ISupportsAppointmentTransaction
|
VB |
Public Class AppointmentStorageBase Inherits PersistentObjectStorage(of Appointment), IAppointmentStorageBase,
IInternalAppointmentStorage,
IAppointmentLoaderProvider,
IAppointmentMappingsProvider,
ISupportsAppointmentTransaction
|

Remarks
Do not instantiate this class directly. Inherit from it and use its descendants.
See the DevExpress.XtraScheduler.AppointmentStorage topic for more information.

Inheritance Hierarchy
System.Object
PersistentObjectStorage<Appointment>
AppointmentStorageBase

See Also