EditResult QML Type
The result of an edit operation, such as add, delete, or update. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: | |
Inherited By: |
- List of all members, including inherited members
- EditResult is part of QML Type List.
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
[read-only] completedWithErrors : bool |
Returns whether there are any errors associated with the edit operation, including its attachments (read-only).
[read-only] editOperation : Enums.EditOperation |
Returns the type of edit operation (read-only).
See also Enums.EditOperation.
[read-only] editResultType : Enums.EditResultType |
Returns the type of edit result (read-only).
See also Enums.EditResultType.
[read-only] error : Error |
Returns the last error, if any (read-only).
[read-only] globalId : string |
Returns the global ID of the Feature (read-only).
[read-only] objectId : string |
Returns the object ID (read-only).
Note: The underlying property is represented as a 64-bit integer type. See Accessing 64-bit integer properties from QML.
See also objectIdAsInt.
[read-only, since Esri.ArcGISRuntime 100.3] objectIdAsInt : int |
The same as objectId but represented as an integer type (read-only).
Note: The underlying 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.