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

IObjectLayer Interface

The interface to which object access layers should conform.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public interface IObjectLayer :
    IObjectLayerProvider,
    IXPDictionaryProvider

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