ArcGIS Runtime SDK for iOS: AGSFeatureEditResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSFeatureEditResult Class Reference

Description

Information about the outcome of a feature edit operation.

Instances of this class represent the outcome of a feature edit operation.

See also
AGSEditResult for outcomes of attachment edit operations.
Since
100
Inheritance diagram for AGSFeatureEditResult:
AGSEditResult AGSObject

Properties

NSArray< AGSEditResult * > * attachmentResults
 
BOOL completedWithErrors
 
AGSEditOperation editOperation
 
NSError * error
 
NSString * globalID
 
long long objectID
 

Property Documentation

◆ attachmentResults

- (NSArray<AGSEditResult*>*) attachmentResults
readnonatomiccopy

Results of edit operations on attachments belonging to this feature. The array contains AGSEditResult objects.

Since
100

◆ completedWithErrors

- (BOOL) completedWithErrors
readnonatomicassigninherited

Indicates if the edit operation encountered an error

See also
error
Since
100

◆ editOperation

- (AGSEditOperation) editOperation
readnonatomicassigninherited

The type of edit performed

Since
100

◆ error

- (NSError*) error
readnonatomicstronginherited

The error encountered during the edit operation. Only available if completedWithErrors is true.

Since
100

◆ globalID

- (NSString*) globalID
readnonatomiccopyinherited

The Globl ID of the entity (feature or attachment) being edited

Since
100

◆ objectID

- (long long) objectID
readnonatomicassigninherited

The Object ID of the entity (feature or attachment) being edited

Since
100