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: | |
Inherited By: |
Properties
- completedWithErrors : bool
- editOperation : Enums.EditOperation
- editResultType : Enums.EditResultType
- error : Error
- globalId : string
- objectId : string
- objectIdAsInt : int
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Returns whether there are any errors associated with the edit operation, including its attachments (read-only).
Returns the type of edit operation (read-only).
See also Enums.EditOperation.
Returns the type of edit result (read-only).
See also Enums.EditResultType.
error : Error |
Returns the last error, if any (read-only).
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.
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.