DomainDescription QML Type

An object that describes a domain to be created. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.14
Inherits:

Object

Inherited By:

CodedValueDomainDescription and RangeDomainDescription

Properties

Signals

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

fieldType : Enums.FieldType

The field type of the domain to be created.

Specifies the field type of the domain. Valid field types are Enums.FieldTypeInt16, Enums.FieldTypeInt32, Enums.FieldTypeFloat32, Enums.FieldTypeFloat64, and Enums.FieldTypeDate. Additionally, for Enums.DomainDescriptionTypeCodedValueDomainDescription, Enums.FieldTypeText is valid.


name : string

The name of the domain to be created.

Specifies the name of the domain. Domain names within a single geodatabase must be unique.


objectType : Enums.DomainDescriptionType

The instantiated type of the domain description object (read-only).


Signal Documentation

fieldTypeChanged()

Emitted when the fieldType property changes.

Note: The corresponding handler is onFieldTypeChanged.


nameChanged()

Emitted when the name property changes.

Note: The corresponding handler is onNameChanged.


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