SerializableObjectLayerClient(ISerializableObjectLayer, XPDictionary) Constructor
Initializes a new instance of the SerializableObjectLayerClient class with specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectLayer | ISerializableObjectLayer | An object implementing the ISerializableObjectLayer interface, which is used to save and load persistent objects. |
dictionary | XPDictionary | An XPDictionary object which provides metadata on persistent objects stored in a data store. |
See Also