Search Results for

    Show / Hide Table of Contents

    Interface IField

    Represents a field declaration.

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

    Properties

    Name

    Gets or sets the field name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    PicklistItemNames

    The names of all picklist items for this Field. This collection will be empty if this field is not a SinglePicklist or MultiplePicklist.

    Declaration
    IList<string> PicklistItemNames { get; }
    Property Value
    Type Description
    IList<string>

    ValueType

    Gets or sets the field value type.

    Declaration
    FieldValueType ValueType { get; }
    Property Value
    Type Description
    FieldValueType
    In this article
    • Properties
      • Name
      • PicklistItemNames
      • ValueType
    Back to top Generated by DocFX