Domain QML Type
Base type for domains which specify the set of valid values for a field. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: | |
Inherited By: |
- List of all members, including inherited members
- Domain is part of QML Type List.
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
[read-only] domainType : Enums.DomainType |
Returns the type of the domain (read-only).
See also Enums.DomainType.
[read-only, since Esri.ArcGISRuntime 100.14] fieldType : Enums.FieldType |
The field type of the domain (read-only).
This property was introduced in Esri.ArcGISRuntime 100.14.
json : jsobject |
The JSON representation of this object.
[read-only] name : string |
Returns the name of the domain (read-only).
[read-only] unknownJson : jsobject |
Returns the unknown JSON from the source JSON.
See also JsonSerializable.
[read-only] unsupportedJson : jsobject |
Returns the unsupported data from the source JSON.
See also JsonSerializable.
Method Documentation
|
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.