Constructor CodedValueDomainDescription
CodedValueDomainDescription(String, FieldType, IEnumerable<CodedValueDescription>)
Initializes a new instance of the CodedValueDomainDescription class with the specified name and coded values.
Declaration
public CodedValueDomainDescription(string name, FieldType fieldType, IEnumerable<CodedValueDescription> values)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The coded value domain's name. |
| FieldType | fieldType | The coded value domain's field type. |
| System.Collections.Generic.IEnumerable<CodedValueDescription> | values | The coded value domain's coded values. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 |
| .NET | 100.14 - 200.8 |
| .NET Windows | 100.14 - 200.8 |
| .NET Android | 200.2 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.14 - 200.8 |
| Xamarin.Android | 100.14 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 - 200.8 |