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.