Search Results for

    Show / Hide Table of Contents

    Interface IAttribute

    Attribute data, V2 schema.

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

    Properties

    Guid

    Guid

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

    Name

    Gets or sets the field name.

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

    Picklist

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

    Declaration
    IReadOnlyCollection<IPicklistOption> Picklist { get; }
    Property Value
    Type Description
    IReadOnlyCollection<IPicklistOption>

    Type

    Gets or sets the field value type.

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