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. |
| IEnumerable<CodedValueDescription> | values | The coded value domain's coded values. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.14 - 100.15 |
| .NET 6.0 | 100.14 - 100.15 |
| .NET 6.0 Windows | 100.14 - 100.15 |
| .NET Framework | 100.14 - 100.15 |
| Xamarin.Android | 100.14 - 100.15 |
| Xamarin.iOS | 100.14 - 100.15 |
| UWP | 100.14 |