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

SerializableObjectLayerClient(ISerializableObjectLayer) Constructor

Initializes a new instance of the SerializableObjectLayerClient class with a specified object implementing the ISerializableObjectLayer interface.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public SerializableObjectLayerClient(
    ISerializableObjectLayer objectLayer
)

Parameters

Name Type Description
objectLayer ISerializableObjectLayer

An object implementing the ISerializableObjectLayer interface, which is used to save and load persistent objects.

Remarks

This constructor calls another overloaded constructor and passes a new ReflectionDictionary instance as the dictionary parameter.

See Also