IResourceStorageBase Interface
A base interface that defines a storage which holds resources for appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
public interface IResourceStorageBase :
IPersistentObjectStorage<Resource>,
IBatchUpdateable,
IDisposable
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