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 |
---|---|
Int32 |
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> |