Skip to main content
.NET 6.0+

SerializableObjectLayerClient.GetParentTouchedClassInfos(Session) Method

Performs object layer specific operations that are required to return the metadata of objects modified in parent sessions relative to a specified session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ICollection GetParentTouchedClassInfos(
    Session session
)

Parameters

Name Type Description
session Session

A Session object specifying a session whose immediate parent session starts the search for modified objects up the nesting session hierarchy.

Returns

Type Description
ICollection

A collection of XPClassInfo objects identifying objects modified in parent sessions relative to the session.

See Also