Search Results for

    Show / Hide Table of Contents

    Interface IDescriptiveField

    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface IDescriptiveField

    Properties

    Label

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

    Level

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

    Mandatory

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

    Multiple

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

    PickListValues

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

    Type

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

    On this page

    • Properties
      • Label
      • Level
      • Mandatory
      • Multiple
      • PickListValues
      • Type
    Back to top Generated by DocFX