ISerializableObjectLayerService.IsParentObjectToSave(XPDictionaryStub, XPObjectStub) Method
When implemented by a class, executes an object layer’s ISerializableObjectLayerEx.IsParentObjectToSave method implementation and returns the operation result.
Namespace: DevExpress.Xpo.DB
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 |
---|---|---|
dictionary | XPDictionaryStub | An XPDictionaryStub object that is a metadata information provider. |
theObject | XPObjectStub | An XPObjectStub instance identifying an object layer session’s object to test. |
Returns
Type | Description |
---|---|
OperationResult<Boolean> | An OperationResult<Boolean> object denoting the operation result. |
See Also