corelibraries-devexpress-dot-xtrascheduler-61dd83e6.md
A base interface that defines a storage which holds resources for appointments.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public interface IResourceStorageBase :
IPersistentObjectStorage<Resource>,
IBatchUpdateable,
IDisposable
Public Interface IResourceStorageBase
Inherits IPersistentObjectStorage(Of Resource),
IBatchUpdateable,
IDisposable
The following members return IResourceStorageBase objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | ISchedulerStorageBase.Resources |
| XAF: Cross-Platform .NET App UI & Web API | SchedulerListEditor.Resources |
| SchedulerListEditorBase.Resources |
The IResourceStorageBase is the base interface for the ResourceStorageBase class.
An object with the IResourceStorageBase interface can be accessed using the ISchedulerStorageBase.Resources property.
See Also