FeatureEditResult class final
An object that represents the results of an attempt to push a feature update to a feature service.
- Inheritance
-
- Object
- EditResult
- FeatureEditResult
Properties
-
attachmentResults
→ List<
EditResult> -
A list of edit results for any attachment changes.
no setter
- completedWithErrors → bool
-
True if the attempt to edit resulted in any errors.
no setterinherited
- editOperation → EditOperation
-
The type of the operation applied to the row.
no setterinherited
- error → ArcGISException?
-
The any error information about the edit.
no setterinherited
- globalId → String
-
The global id of the row that was edited.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectId → int
-
The object id of the row that was edited.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited