EditResult QML Type

The result of an edit operation, such as add, delete, or update. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Inherited By:

FeatureEditResult

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

completedWithErrors : bool

Returns whether there are any errors associated with the edit operation, including its attachments (read-only).


editOperation : Enums.EditOperation

Returns the type of edit operation (read-only).

See also Enums.EditOperation.


editResultType : Enums.EditResultType

Returns the type of edit result (read-only).

See also Enums.EditResultType.


error : Error

Returns the last error, if any (read-only).


globalId : string

Returns the global ID of the Feature (read-only).


objectId : string

Returns the object ID (read-only).

Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

See also objectIdAsInt.


objectIdAsInt : int

The same as objectId but represented as an integer type (read-only).

Note: The underlying Runtime property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.

This property was introduced in Esri.ArcGISRuntime 100.3.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.