Back to Devexpress

ISchedulerStorageBase Interface

corelibraries-devexpress-dot-xtrascheduler-1cb9f9cc.md

latest3.2 KB
Original Source

ISchedulerStorageBase Interface

A base platform-independent interface that defines a storage which holds the Scheduler data.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface ISchedulerStorageBase :
    IBatchUpdateable,
    ISupportReminders,
    ISupportTimeZoneEngine,
    IDisposable,
    IDisposeState
vb
Public Interface ISchedulerStorageBase
    Inherits IBatchUpdateable,
             ISupportReminders,
             ISupportTimeZoneEngine,
             IDisposable,
             IDisposeState

The following members return ISchedulerStorageBase objects:

Show 13 links

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentCollection.Storage
AppointmentDependencyCollection.Storage
AppointmentExchanger.Storage
FreeTimeCalculator.Storage
IPersistentObjectStorage<T>.Storage
PersistentObjectStorage<T>.Storage
ResourceCollection.Storage
WinForms ControlsDXGoogleCalendarSync.Storage
DXOutlook365Sync.Storage
SchedulerStoragePrintAdapter.SchedulerStorage
ASP.NET Web Forms ControlsASPxSchedulerStoragePrintAdapter.SchedulerStorage
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.StorageBase
SchedulerListEditorBase.StorageBase

Remarks

The ISchedulerStorageBase interface is the base interface for the following interfaces and classes:

See Also

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace