ISerializableObjectLayerEx.GetParentObjectsToSave() Method
When implemented by a class, returns information on persistent objects 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
Returns
Type | Description |
---|---|
DevExpress.Xpo.SerializableObjectLayerResult<XPObjectStubCollection> | A SerializableObjectLayerResult instance that exposes an XPObjectStubCollection object containing information on persistent objects loaded from the immediate parent session. XPObjectStubCollection elements match objects marked for saving in parent sessions. |
See Also