Skip to main content

SerializableObjectLayerService.SerializableObjectLayer Property

Returns a serializable object layer used to initialize the current SerializableObjectLayerService instance.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ISerializableObjectLayer SerializableObjectLayer { get; }

Property Value

Type Description
ISerializableObjectLayer

An ISerializableObjectLayer implementor passed as a parameter to the SerializableObjectLayerService constructor.

See Also