Instances of this class represent the results of edit operations (adds, updates, and/or deletes) on a feature's attachment.
Properties | |
| AGSEditResult * | addResult |
| NSArray * | deleteResults |
| AGSEditResult * | updateResult |
- (AGSEditResult*) addResult [read, retain] |
The result of an add operation.
- (NSArray*) deleteResults [read, retain] |
The results of delete operations as an array of AGSEditResult objects.
- (AGSEditResult*) updateResult [read, retain] |
The result of an update operation.