SessionObjectLayer.IsParentObjectToSave(Session, Object) Method
Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for saving in parent sessions.
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 which contains theObject. |
theObject | Object | The session‘s object to test. |
Returns
Type | Description |
---|---|
Boolean | true if theObject corresponds to one of the objects marked for saving in parent sessions; otherwise, false. |
Implements
See Also