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.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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. |
Implements
See Also