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

SessionObjectLayer.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.v18.2.dll

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