Interface IEntryTerm
Terminology provider entry term
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public interface IEntryTerm
Properties
Fields
term level fields for this term
Declaration
IList<IEntryField> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IEntryField> |
ParentLanguage
Language containing this term
Declaration
IEntryLanguage ParentLanguage { get; }
Property Value
Type | Description |
---|---|
IEntryLanguage |
Transactions
Transactions (creation/modification) for this term
Declaration
IList<IEntryTransaction> Transactions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IEntryTransaction> |
Value
the string value of the term
Declaration
string Value { get; }
Property Value
Type | Description |
---|---|
System.String |