Back to Devexpress

IPersistentObjectStorage<T> Interface

corelibraries-devexpress-dot-xtrascheduler-dot-ipersistentobjectstorage-1.md

latest1.5 KB
Original Source

IPersistentObjectStorage<T> Interface

Base interface that defines a storage which holds persistent objects.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IPersistentObjectStorage<T> :
    IBatchUpdateable,
    IDisposable
    where T : IPersistentObject
vb
Public Interface IPersistentObjectStorage(Of T As IPersistentObject)
    Inherits IBatchUpdateable,
             IDisposable

Type Parameters

Name
T

Remarks

The IPersistentObjectStorage<T> interface is the base interface for the following classes and interfaces:

See Also

IPersistentObjectStorage<T> Members

DevExpress.XtraScheduler Namespace