Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SimpleObjectLayer Class

An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public class SimpleObjectLayer :
    IObjectLayerForTests,
    IObjectLayer,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IObjectLayerEx,
    IDataLayerProvider,
    IObjectLayerAsync,
    ICommandChannel,
    ICommandChannelAsync

Remarks

This object layer is used by default for a Session or UnitOfWork. The SimpleObjectLayer uses a data access layer (an IDataLayer implementation) as a data source.

Inheritance

Object
SimpleObjectLayer
See Also