Domain QML Type

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:

Object

Inherited By:

CodedValueDomain, InheritedDomain, and RangeDomain

Properties

Methods

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

domainType : Enums.DomainType

Returns the type of the domain (read-only).

See also Enums.DomainType.


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.


name : string

Returns the name of the domain (read-only).


unknownJson : jsobject

Returns the unknown JSON from the source JSON.

See also JsonSerializable.


unsupportedJson : jsobject

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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close