Interface IEntry
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public interface IEntry
Properties
Fields
Declaration
IList<IEntryField> Fields { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IEntryField> |
Id
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Languages
Declaration
IList<IEntryLanguage> Languages { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IEntryLanguage> |
Transactions
Declaration
IList<IEntryTransaction> Transactions { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IEntryTransaction> |