Search Results for

    Show / Hide Table of Contents

    Class DescriptiveField

    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

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

    Level

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

    Mandatory

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

    Multiple

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

    PickListValues

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

    Type

    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