Search Results for

    Show / Hide Table of Contents

    Class DescriptiveField

    The description for a field in the termbase provider definition

    Inheritance
    object
    DescriptiveField
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class DescriptiveField

    Constructors

    DescriptiveField()

    Declaration
    public DescriptiveField()

    Properties

    Label

    The name of the field

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    string

    Level

    The level of the field

    Declaration
    public FieldLevel Level { get; set; }
    Property Value
    Type Description
    FieldLevel

    Mandatory

    Determines if the field is mandatory

    Declaration
    public bool Mandatory { get; set; }
    Property Value
    Type Description
    bool

    Multiple

    Determines whether the field can have multiple values

    Declaration
    public bool Multiple { get; set; }
    Property Value
    Type Description
    bool

    PickListValues

    The list of values for pick list fields

    Declaration
    public IList<string> PickListValues { get; set; }
    Property Value
    Type Description
    IList<string>

    ShowInUI

    Determines whether the field should be shown in the UI (e.g. term recognition results window)

    Declaration
    public bool ShowInUI { get; set; }
    Property Value
    Type Description
    bool

    Type

    The type of the field

    Declaration
    public FieldType Type { get; set; }
    Property Value
    Type Description
    FieldType
    In this article
    • Constructors
      • DescriptiveField()
    • Properties
      • Label
      • Level
      • Mandatory
      • Multiple
      • PickListValues
      • ShowInUI
      • Type
    Back to top Generated by DocFX