ISchedulerStorageBase Interface
In This Article
A base platform-independent interface that defines a storage which holds the Scheduler data.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public interface ISchedulerStorageBase :
IBatchUpdateable,
ISupportReminders,
ISupportTimeZoneEngine,
IDisposable,
IDisposeState
#Related API Members
The following members return ISchedulerStorageBase objects:
Show 14 links
Library | Related API Members |
---|---|
Cross-Platform Class Library | Appointment |
Appointment |
|
Appointment |
|
Free |
|
IPersistent |
|
Persistent |
|
Resource |
|
Win |
DXGoogle |
DXOutlook365Sync. |
|
Scheduler |
|
XAF: Cross-Platform .NET App UI & Web API | ASPx |
Scheduler |
|
Scheduler |
|
ASP. |
ASPx |
#Remarks
The ISchedulerStorageBase interface is the base interface for the following interfaces and classes:
See Also