Search Results for

    Show / Hide Table of Contents

    Class Entry

    The terminology provider entry

    Inheritance
    System.Object
    Entry
    Implements
    IEntry
    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 : IEntry

    Constructors

    Entry()

    Default constructor

    Declaration
    public Entry()

    Properties

    Fields

    Entry level fields

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

    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<IEntryLanguage> Languages { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IEntryLanguage>

    Transactions

    The transactions (creation/modification) for this entry

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

    Implements

    IEntry

    On this page

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