Class EntryTerm
Terminology provider entry term
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class EntryTerm
Constructors
EntryTerm()
Default constructor
Declaration
public EntryTerm()
Properties
Fields
term level fields for this term
Declaration
public IList<EntryField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IListEntryField |
ParentLanguage
Language containing this term
Declaration
public EntryLanguage ParentLanguage { get; set; }
Property Value
Type | Description |
---|---|
EntryLanguage |
Transactions
Transactions (creation/modification) for this term
Declaration
public IList<EntryTransaction> Transactions { get; set; }
Property Value
Type | Description |
---|---|
IListEntryTransaction |
Value
the string value of the term
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |