IObjectLayer Interface
The interface to which object access layers should conform.
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 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:
- 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