Show / Hide Table of Contents

Class CodedValueDomainDescription

An object that describes a CodedValueDomain to be created.

Inheritance
object
DomainDescription
CodedValueDomainDescription
DomainDescription.FieldType
DomainDescription.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class CodedValueDomainDescription : DomainDescription
Remarks

Use the CodedValueDomainDescription to create a new CodedValueDomain in a mobile geodatabase, by calling CreateDomainAsync(DomainDescription). The mobile geodatabase must have been created in ArcGIS Pro or using CreateAsync(string).

Constructors

Name Description
CodedValueDomainDescription(string, FieldType, IEnumerable<CodedValueDescription>)

Initializes a new instance of the CodedValueDomainDescription class with the specified name and coded values.

Properties

Name Description
Values

Gets a mutable list of domain's coded values.

See Also

RangeDomainDescription

Applies to

TargetVersions
.NET Standard 2.0100.14 - 200.8
.NET100.14 - 300.0
.NET Windows100.14 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.14 - 200.8
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.