ArcGIS Runtime SDK for iOS
100.15
|
Information about the outcome of a feature edit operation.
Instances of this class represent the outcome of a feature edit operation.
AGSEditResult
for outcomes of attachment edit operations. Properties | |
NSArray< AGSEditResult * > * | attachmentResults |
BOOL | completedWithErrors |
AGSEditOperation | editOperation |
NSError * | error |
NSString * | globalID |
long long | objectID |
|
readnonatomiccopy |
Results of edit operations on attachments belonging to this feature. The array contains AGSEditResult
objects.
|
readnonatomicassigninherited |
|
readnonatomicassigninherited |
The type of edit performed
|
readnonatomicstronginherited |
The error encountered during the edit operation. Only available if completedWithErrors
is true.
|
readnonatomiccopyinherited |
The Globl ID of the entity (feature or attachment) being edited
|
readnonatomicassigninherited |
The Object ID of the entity (feature or attachment) being edited