Interface IEntryLanguage
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public interface IEntryLanguage : ILanguage
Properties
Fields
Declaration
IList<IEntryField> Fields { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IEntryField> |
ParentEntry
Declaration
IEntry ParentEntry { get; }
Property Value
Type | Description |
---|---|
IEntry |
Terms
Declaration
IList<IEntryTerm> Terms { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IEntryTerm> |