|
ArcGIS Runtime SDK for iOS
100.9
|
Sync parameters for a layer in a geodatabase.
Instances of this class represent sync parameters for an individual layer in a sync-enabled geodatabase that uses the AGSSyncModelLayer sync model
AGSSyncGeodatabaseParameters
Instance Methods | |
| (instancetype) | - init |
| (instancetype) | - initWithLayerID: |
| (instancetype) | - initWithLayerID:syncDirection: |
Class Methods | |
| (instancetype) | + syncLayerOption |
| (instancetype) | + syncLayerOptionWithLayerID: |
| (instancetype) | + syncLayerOptionWithLayerID:syncDirection: |
Properties | |
| NSInteger | layerID |
| AGSSyncDirection | syncDirection |
| - (instancetype) init |
| - (instancetype) initWithLayerID: | (NSInteger) | layerID |
Initialize this object with provided values
| layerID | ID of the layer |
| - (instancetype) initWithLayerID: | (NSInteger) | layerID | |
| syncDirection: | (AGSSyncDirection) | syncDirection | |
Initialize this object with provided values
| layerID | ID of the layer |
| syncDirection | direction in which to synchronize data with the service |
| + (instancetype) syncLayerOption |
| + (instancetype) syncLayerOptionWithLayerID: | (NSInteger) | layerID |
Initialize this object with provided values
| layerID | ID of the layer |
| + (instancetype) syncLayerOptionWithLayerID: | (NSInteger) | layerID | |
| syncDirection: | (AGSSyncDirection) | syncDirection | |
Initialize this object with provided values
| layerID | ID of the layer |
| syncDirection | direction in which to synchronize data with the service |
|
readwritenonatomicassign |
ID of the layer
|
readwritenonatomicassign |
Direction in which to synchronize the layer's data with the service