|
ArcGIS Runtime SDK for iOS
100.15
|
Coded value domain supported by a field.
Instances of this class represent a coded value domain
Instance Methods | |
| (BOOL) | - isEqualToDomain: |
| (nullable id) | - toJSON: |
Class Methods | |
| (nullable id< AGSJSONSerializable >) | + fromJSON:error: |
Properties | |
| NSArray< AGSCodedValue * > * | codedValues |
| AGSFieldType | fieldType |
| NSString * | name |
| NSDictionary< NSString *, id > * | unknownJSON |
| NSDictionary< NSString *, id > * | unsupportedJSON |
|
staticrequiredinherited |
Initializes and returns an object from its JSON representation.
| JSONObject | NSDictionary or NSArray containing the JSON. |
| error | encountered during the operation, if any. |
| - (BOOL) isEqualToDomain: | (AGSDomain *) | other |
Compares this domain to another for equality
| other | domain to compare this one to |
|
requiredinherited |
Returns JSON representation for this object.
| error | encountered during the operation, if any. |
NSDictionary or NSArray containing the JSON. Reimplemented in AGSPortalItem.
|
readnonatomiccopy |
An array containing the coded values
|
readnonatomicassigninherited |
The field type of the domain.
|
readnonatomiccopyinherited |
Name of the domain
|
readrequirednonatomiccopyinherited |
A dictionary of values that was in the source JSON but was unparsed by API.
NSDictionary containing the unknown JSON.
|
readnonatomiccopyinherited |
A dictionary of values that are supported by the REST API, but not exposed through the SDK API.
NSDictionary containing the unsupported JSON.