An object that describes a domain to be created. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: | |
Inherited By: |
Properties
- fieldType : Enums.FieldType
- name : string
- objectType : Enums.DomainDescriptionType
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
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.
The name of the domain to be created.
Specifies the name of the domain. Domain names within a single geodatabase must be unique.
The instantiated type of the domain description object (read-only).
Signal Documentation
Emitted when the fieldType property changes.
Note: The corresponding handler is onFieldTypeChanged
.
Emitted when the name property changes.
Note: The corresponding handler is onNameChanged
.