SerializableObjectLayerService(ISerializableObjectLayer) Constructor
In This Article
Initializes a new instance of the SerializableObjectLayerService class with a specified serializable object layer.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerService(
ISerializableObjectLayer serializableObjectLayer
)
#Parameters
Name | Type | Description |
---|---|---|
serializable |
ISerializable |
An object implementing the ISerializable |
#Remarks
Normally, you need to pass a SerializableObjectLayerProxyBase instance, which returns a SerializableObjectLayer instance via the SerializableObjectLayerService.GetObjectLayer method implementation, as the serializableObjectLayer parameter.
See Also