IObjectLayerAsync Interface
Declares asynchronous methods for an object access layer.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
The following classes implement the IObjectLayerAsync
interface:
- SimpleObjectLayer - An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).
- SessionObjectLayer - An object access layer that saves and loads persistent objects via a parent Session or UnitOfWork.
- SerializableObjectLayerClient - An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.
See Also