Class CodedValueDomainDescription
An object that describes a CodedValueDomain to be created.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 |
| .NET | 100.14 - 200.8 |
| .NET Windows | 100.14 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |