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

ISerializableObjectLayerEx.GetParentTouchedClassInfos() Method

When implemented by a class, returns metadata information on persistent objects modified in parent sessions.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

string[] GetParentTouchedClassInfos()

Returns

Type Description
String[]

An array of strings that can be used to identify metadata information for objects modified in parent sessions relative to an object layer’s session.

See Also