Class TermPicklistField
TermPicklistField class represents a termbase picklist field.
Inherited Members
Namespace: Sdl.Verification.Api
Assembly: Sdl.Verification.Api.dll
Syntax
public class TermPicklistField
Constructors
TermPicklistField(string, IEnumerable<string>)
Constructor that takes the given field name and field values.
Declaration
public TermPicklistField(string fieldName, IEnumerable<string> fieldValues)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fieldName | field name |
| IEnumerable<string> | fieldValues | field values |
Properties
FieldName
FieldName property represents the field name.
Declaration
public string FieldName { get; }
Property Value
| Type | Description |
|---|---|
| string |
FieldValues
FieldValues property represents the field values.
Declaration
public IEnumerable<string> FieldValues { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |