Search Results for

    Show / Hide Table of Contents

    Class Entry

    The terminology provider entry

    Inheritance
    object
    Entry
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class Entry

    Constructors

    Entry()

    Default constructor

    Declaration
    public Entry()

    Properties

    Fields

    Entry level fields

    Declaration
    public IList<EntryField> Fields { get; set; }
    Property Value
    Type Description
    IList<EntryField>

    Id

    The entry id that identify it in termbase

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int

    Languages

    The Languages for which entries exist

    Declaration
    public IList<EntryLanguage> Languages { get; set; }
    Property Value
    Type Description
    IList<EntryLanguage>

    Transactions

    The transactions (creation/modification) for this entry

    Declaration
    public IList<EntryTransaction> Transactions { get; set; }
    Property Value
    Type Description
    IList<EntryTransaction>
    In this article
    • Constructors
      • Entry()
    • Properties
      • Fields
      • Id
      • Languages
      • Transactions
    Back to top Generated by DocFX