Search Results for

    Show / Hide Table of Contents

    Class DescriptiveField

    The descriptive field default implementation for the termbase provider definition

    Inheritance
    System.Object
    DescriptiveField
    Implements
    IDescriptiveField
    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.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class DescriptiveField : IDescriptiveField

    Constructors

    DescriptiveField()

    Declaration
    public DescriptiveField()

    Properties

    Label

    The name of the field

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    Multiple

    Determines whether the field can have multiple values

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

    PickListValues

    The list of values for pick list fields

    Declaration
    public IList<string> PickListValues { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.String>

    Type

    The type of the field

    Declaration
    public FieldType Type { get; set; }
    Property Value
    Type Description
    FieldType

    Implements

    IDescriptiveField

    On this page

    • Constructors
      • DescriptiveField()
    • Properties
      • Label
      • Level
      • Mandatory
      • Multiple
      • PickListValues
      • Type
    • Implements
    Back to top Generated by DocFX