Back to Devexpress

IObjectLayer Interface

xpo-devexpress-dot-xpo-8f32a5c7.md

latest2.5 KB
Original Source

IObjectLayer Interface

The interface to which object access layers should conform.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public interface IObjectLayer :
    IObjectLayerProvider,
    IXPDictionaryProvider
vb
Public Interface IObjectLayer
    Inherits IObjectLayerProvider,
             IXPDictionaryProvider

The following members return IObjectLayer objects:

Remarks

The IObjectLayer interface declares the members that are common to all object access layers that provide means for sessions to interact with data access layers.

The following classes implement the IObjectLayer interface:

See Also

IObjectLayer Members

DevExpress.Xpo Namespace