[override virtual noexcept]
DomainDescription::~DomainDescription()
Destructor.
Esri::ArcGISRuntime::DomainDescriptionType DomainDescription::domainDescriptionType() constReturns the instantiated type of the domain description object.
Esri::ArcGISRuntime::FieldType DomainDescription::fieldType() constReturns the field type of the domain to be created.
Valid field types are:
Additionally, for DomainDescriptionType::CodedValueDomainDescription, FieldType::Text is valid.
See also setFieldType().
QString DomainDescription::name() constReturns the name of the domain to be created.
The domain name must not be empty. It must only consist of alphanumeric characters and underscores, and it must not start with a number or an underscore.
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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4