Class TermPicklistField
TermPicklistField class represents a termbase picklist field.
Inheritance
System.Object
TermPicklistField
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
|---|---|---|
| System.String | fieldName | field name |
| System.Collections.Generic.IEnumerable<System.String> | fieldValues | field values |
Properties
FieldName
FieldName property represents the field name.
Declaration
public string FieldName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FieldValues
FieldValues property represents the field values.
Declaration
public IEnumerable<string> FieldValues { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |