Search Results for

    Show / Hide Table of Contents

    Interface IField

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public interface IField

    Properties

    Name

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

    PicklistItemNames

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

    ValueType

    Declaration
    FieldValueType ValueType { get; set; }
    Property Value
    Type Description
    FieldValueType

    On this page

    • Properties
      • Name
      • PicklistItemNames
      • ValueType
    Back to top Generated by DocFX