Class Entry
The terminology provider entry
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
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 |
---|---|
IListEntryField |
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 |
---|---|
IListEntryLanguage |
Transactions
The transactions (creation/modification) for this entry
Declaration
public IList<EntryTransaction> Transactions { get; set; }
Property Value
Type | Description |
---|---|
IListEntryTransaction |