Base type for domains which specify the set of valid values for a field. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: | |
Inherited By: |
Properties
- domainType : Enums.DomainType
- fieldType : Enums.FieldType
- json : jsobject
- name : string
- unknownJson : jsobject
- unsupportedJson : jsobject
Methods
- bool equals(Domain other)
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
The following domain types are available:
- Coded Value Domain
- Inherited Domain
- Range Domain
Property Documentation
Returns the type of the domain (read-only).
See also Enums.DomainType.
The field type of the domain (read-only).
This property was introduced in Esri.ArcGISRuntime 100.14.
Returns the unknown JSON from the source JSON.
See also JsonSerializable.
Returns the unsupported data from the source JSON.
See also JsonSerializable.
Method Documentation
bool equals(Domain other) |
Returns true
if this object and other are equal.
Tests if two domain objects are equal.
This method was introduced in Esri.ArcGISRuntime 100.9.