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

ISerializableObjectLayerService.GetParentObjectsToSave() Method

When implemented by a class, executes an object layer’s ISerializableObjectLayerEx.GetParentObjectsToSave method implementation and returns the operation result.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[OperationContract(Action = "http://tempuri.org/ISerializableObjectLayerService/GetParentObjectsToSave")]
[XmlSerializerFormat]
OperationResult<SerializableObjectLayerResult<XPObjectStubCollection>> GetParentObjectsToSave()

Returns

Type Description
OperationResult<DevExpress.Xpo.SerializableObjectLayerResult<XPObjectStubCollection>>

An OperationResult<DevExpress.Xpo.SerializableObjectLayerResult`1[[DevExpress.Xpo.XPObjectStubCollection> object denoting the operation result.

See Also