Search Results for

    Show / Hide Table of Contents

    Interface IEntryTerm

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

    Properties

    Fields

    Declaration
    IList<IEntryField> Fields { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IEntryField>

    ParentLanguage

    Declaration
    IEntryLanguage ParentLanguage { get; }
    Property Value
    Type Description
    IEntryLanguage

    Transactions

    Declaration
    IList<IEntryTransaction> Transactions { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IEntryTransaction>

    Value

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

    On this page

    • Properties
      • Fields
      • ParentLanguage
      • Transactions
      • Value
    Back to top Generated by DocFX