Search Results for

    Show / Hide Table of Contents

    Interface IEntry

    The terminology provider entry

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

    Properties

    Fields

    Entry level fields

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

    Id

    The entry id that identify it in termbase

    Declaration
    int Id { get; }
    Property Value
    Type Description
    System.Int32

    Languages

    The Languages for which entries exist

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

    Transactions

    The transactions (creation/modification) for this entry

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

    On this page

    Back to top Generated by DocFX