Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpace.IsObjectToSave(Object) Method

Indicates whether the specified object has been added, deleted or modified, but not committed in the transaction currently in progress.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

public override bool IsObjectToSave(
    object obj
)

Parameters

Name Type Description
obj Object

An object for which it is requested whether it should be saved.

Returns

Type Description
Boolean

true, if the specified object has been added, deleted or modified, but not committed; otherwise, false.

Remarks

Generally, you do not need to use this method, since it is intended for internal use.

See Also