An object that describes a domain to be created. More...
| Header | #include <Domain |
| Since | Esri |
| Inherits | Esri |
| Inherited By | Esri |
This class was introduced in Esri::ArcGISRuntime 100.14.
Public Functions
| virtual | ~ |
| Esri | domain |
| Esri | field |
| QString | name() const |
| void | set |
| void | set |
Detailed Description
Member Function Documentation
[override virtual] DomainDescription::~DomainDescription ()
Destructor.
Esri::ArcGISRuntime::DomainDescriptionType DomainDescription::domainDescriptionType () const
Returns the instantiated type of the domain description object.
Esri::ArcGISRuntime::FieldType DomainDescription::fieldType () const
Returns the field type of the domain to be created.
Specifies the field type of the domain. Valid field types are FieldType::Int16, FieldType::Int32, FieldType::Float32, FieldType::Float64, and FieldType::Date. Additionally, for DomainDescriptionType::CodedValueDomainDescription, FieldType::Text is valid.
See also setFieldType().
QString DomainDescription::name() const
Returns the name of the domain to be created.
Specifies the name of the domain. Domain names within a single geodatabase must be unique.
See also setName().
void DomainDescription::setFieldType (Esri::ArcGISRuntime::FieldType fieldType )
Sets the fieldType to fieldType.
See also fieldType.
void DomainDescription::setName (const QString &name)
Sets the name to name.
See also name.