DomainDescription QML Type
An object that describes a domain to be created. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: | |
Inherited By: |
- List of all members, including inherited members
- DomainDescription is part of QML Type List.
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
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.
[read-only] 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
.