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.v19.1.Core.dll

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