Skip to main content
.NET 6.0+

IObjectLayerOnSession.GetParentTouchedClassInfos(Session) Method

When implemented by a class, returns 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

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