Skip to main content
A newer version of this page is available. .

ISerializableObjectLayerService.GetParentTouchedClassInfos() Method

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[OperationContract(Action = "http://tempuri.org/ISerializableObjectLayerService/GetParentTouchedClassInfos")]
[XmlSerializerFormat]
OperationResult<string[]> GetParentTouchedClassInfos()

Returns

Type Description
OperationResult<String[]>

An OperationResult<T><String,> object denoting the operation result.

See Also