Skip to main content

IResourceStorageBase Interface

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

The following members return IResourceStorageBase objects:

Library Related API Members
Cross-Platform Class Library ISchedulerStorageBase.Resources
XAF: Cross-Platform .NET App UI & Web API ASPxSchedulerListEditor.Resources
SchedulerListEditor.Resources
SchedulerListEditorBase.Resources

#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