Back to Devexpress

IAppointmentStorageBase Interface

corelibraries-devexpress-dot-xtrascheduler-48b39723.md

latest2.2 KB
Original Source

IAppointmentStorageBase Interface

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IAppointmentStorageBase :
    IPersistentObjectStorage<Appointment>,
    IBatchUpdateable,
    IDisposable
vb
Public Interface IAppointmentStorageBase
    Inherits IPersistentObjectStorage(Of Appointment),
             IBatchUpdateable,
             IDisposable

The following members return IAppointmentStorageBase objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentXmlPersistenceHelper.Storage
ISchedulerStorageBase.Appointments
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.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

IAppointmentStorageBase Members

DevExpress.XtraScheduler Namespace