25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
45 #pragma mark initializers
50 #pragma mark properties
57 @property (nonatomic, copy, readonly) NSArray<AGSFeatureEditResult*> *
editResults;
63 @property (nonatomic, assign, readonly) NSInteger
layerID;
69 @property (nonatomic, copy, readonly) NSString *
tableName;
Information about the outcome of a feature edit operation.
Definition: AGSFeatureEditResult.h:39
Definition: AGSObject.h:28
Result of a sync operation by AGSSyncGeodatabaseJob.
Definition: AGSSyncLayerResult.h:41
NSArray< AGSFeatureEditResult * > * editResults
Definition: AGSSyncLayerResult.h:57
NSInteger layerID
Definition: AGSSyncLayerResult.h:63
NSString * tableName
Definition: AGSSyncLayerResult.h:69