IResourceStorageBase Interface
In This Article
A base interface that defines a storage which holds resources for appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public interface IResourceStorageBase :
IPersistentObjectStorage<Resource>,
IBatchUpdateable,
IDisposable
#Related API Members
The following members return IResourceStorageBase objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IScheduler |
XAF: Cross-Platform .NET App UI & Web API | ASPx |
Scheduler |
|
Scheduler |
#Remarks
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