Skip to main content
A newer version of this page is available. .

ResourceStorageBase Class

A base class that represents a storage to hold a collection of resources for appointments.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class ResourceStorageBase :
    PersistentObjectStorage<Resource>,
    IResourceStorageBase,
    IPersistentObjectStorage<Resource>,
    IBatchUpdateable,
    IDisposable,
    IInternalResourceStorage,
    IInternalPersistentObjectStorage<Resource>

Remarks

Refer to the ResourceStorage topic for more information.

See Also