SerializableObjectLayerService(ISerializableObjectLayer) Constructor
Initializes a new instance of the SerializableObjectLayerService class with a specified serializable object layer.
Namespace: DevExpress.Xpo.DB
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 |
---|---|---|
serializableObjectLayer | ISerializableObjectLayer | An object implementing the ISerializableObjectLayer interface. The specified object is exposed via the SerializableObjectLayerService.SerializableObjectLayer property. |
Remarks
Normally, you need to pass a SerializableObjectLayerProxyBase instance, which returns a SerializableObjectLayer instance via the SerializableObjectLayerService.GetObjectLayer method implementation, as the serializableObjectLayer parameter.