Back to Devexpress

SimpleObjectLayer Class

xpo-devexpress-dot-xpo-66632d7c.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public class SimpleObjectLayer :
    IObjectLayerForTests,
    IObjectLayer,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IObjectLayerEx,
    IDataLayerProvider,
    IObjectLayerAsync,
    ICommandChannel,
    ICommandChannelAsync
vb
Public Class SimpleObjectLayer
    Implements IObjectLayerForTests,
               IObjectLayer,
               IObjectLayerProvider,
               IXPDictionaryProvider,
               IObjectLayerEx,
               IDataLayerProvider,
               IObjectLayerAsync,
               ICommandChannel,
               ICommandChannelAsync

The following members return SimpleObjectLayer objects:

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.

Implements

IObjectLayer

IObjectLayerEx

IObjectLayerAsync

Inheritance

Object SimpleObjectLayer

See Also

SimpleObjectLayer Members

DevExpress.Xpo Namespace