Back to Devexpress

IResourceStorageBase Interface

corelibraries-devexpress-dot-xtrascheduler-61dd83e6.md

latest1.9 KB
Original Source

IResourceStorageBase Interface

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

Declaration

csharp
public interface IResourceStorageBase :
    IPersistentObjectStorage<Resource>,
    IBatchUpdateable,
    IDisposable
vb
Public Interface IResourceStorageBase
    Inherits IPersistentObjectStorage(Of Resource),
             IBatchUpdateable,
             IDisposable

The following members return IResourceStorageBase objects:

LibraryRelated API Members
Cross-Platform Class LibraryISchedulerStorageBase.Resources
XAF: Cross-Platform .NET App UI & Web APISchedulerListEditor.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

IResourceStorageBase Members

DevExpress.XtraScheduler Namespace