An object that describes a CodedValueDomain to be created. More...
|  Header |  #include <Coded | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.14.
Public Functions
| Coded | |
| virtual | ~ | 
|  Esri | values() const | 
Detailed Description
Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase::create(QString).
Member Function Documentation
CodedValueDomainDescription::CodedValueDomainDescription   (const QString &name, Esri::ArcGISRuntime::FieldType     fieldType , const QList<Esri::ArcGISRuntime::CodedValueDescription      *> &values, QObject *parent = nullptr)     
Creates a new coded value domain description object with the specified name and coded values.
- name - The coded value domain's name.
 - fieldType - The coded value domain's field type.
 - values - The coded value domain's coded values.
 - parent - The optional parent QObject.
 
[override virtual] CodedValueDomainDescription::~CodedValueDomainDescription    ()    
Destructor.
Esri::ArcGISRuntime::CodedValueDescriptionListModel        *CodedValueDomainDescription::values() const     
Returns the coded value domain's coded values.
For fields that utilize a coded value domain, the field type must match the type of the coded values.