Search Results for

    Show / Hide Table of Contents

    Class TermPicklistField

    TermPicklistField class represents a termbase picklist field.

    Inheritance
    object
    TermPicklistField
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    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>
    In this article
    • Constructors
      • TermPicklistField(string, IEnumerable<string>)
    • Properties
      • FieldName
      • FieldValues
    Back to top Generated by DocFX