SerializableObjectLayerClient(ISerializableObjectLayer, XPDictionary) Constructor
In This Article
Initializes a new instance of the SerializableObjectLayerClient class with specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerClient(
ISerializableObjectLayer objectLayer,
XPDictionary dictionary
)
#Parameters
Name | Type | Description |
---|---|---|
object |
ISerializable |
An object implementing the ISerializable |
dictionary | XPDictionary | An XPDictionary object which provides metadata on persistent objects stored in a data store. |
See Also