SessionObjectLayer.GetParentTouchedClassInfos(Session) Method
In This Article
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.v24.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 XPClass |
#Implements
See Also