Search Results for

    Show / Hide Table of Contents

    Class Entry

    The terminology provider entry

    Inheritance
    System.Object
    Entry
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Collections.Generic.IList<EntryField>

    Id

    The entry id that identify it in termbase

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

    Languages

    The Languages for which entries exist

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

    Transactions

    The transactions (creation/modification) for this entry

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

    On this page

    • Constructors
      • Entry()
    • Properties
      • Fields
      • Id
      • Languages
      • Transactions
    Back to top Generated by DocFX