|
ArcGIS Runtime SDK for iOS
100.15
|
An object that is used to specify the sort order of query results.
Instances of this class represent information about the sort order of query results.
Instance Methods | |
| (instancetype) | - init |
| (instancetype) | - initWithFieldName:sortOrder: |
Class Methods | |
| (instancetype) | + orderByWithFieldName:sortOrder: |
Properties | |
| NSString * | fieldName |
| AGSSortOrder | sortOrder |
| - (instancetype) init |
| - (instancetype) initWithFieldName: | (NSString *) | fieldName | |
| sortOrder: | (AGSSortOrder) | sortOrder | |
Initialize the object with the provided parameters
| fieldName | based on which the query results should be sorted |
| sortOrder | specifying how the results should be sorted |
| + (instancetype) orderByWithFieldName: | (NSString *) | fieldName | |
| sortOrder: | (AGSSortOrder) | sortOrder | |
Initialize the object with the provided parameters
| fieldName | based on which the query results should be sorted |
| sortOrder | specifying how the results should be sorted |
|
readwritenonatomiccopy |
The field based on which the query results should be sorted
|
readwritenonatomicassign |
The order specifying how the query results should be sorted