SerializableObjectLayerClient(ISerializableObjectLayer) Constructor
In This Article
Initializes a new instance of the SerializableObjectLayerClient class with a specified object implementing the ISerializableObjectLayer interface.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerClient(
ISerializableObjectLayer objectLayer
)
#Parameters
Name | Type | Description |
---|---|---|
object |
ISerializable |
An object implementing the ISerializable |
#Remarks
This constructor calls another overloaded constructor and passes a new ReflectionDictionary instance as the dictionary parameter.
See Also