Class EntryLanguage
Terminology provider entry language
Implements
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class EntryLanguage : ILanguage
Constructors
EntryLanguage()
Default constructor
Declaration
public EntryLanguage()
Properties
Fields
Language level fields
Declaration
public IList<EntryField> Fields { get; set; }
Property Value
Type | Description |
---|---|
IListEntryField |
Locale
entry culture info
Declaration
public CultureCode Locale { get; set; }
Property Value
Type | Description |
---|---|
CultureCode |
Name
entry containing this language
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentEntry
entry parent
Declaration
public Entry ParentEntry { get; set; }
Property Value
Type | Description |
---|---|
Entry |
Terms
Terms for this language
Declaration
public IList<EntryTerm> Terms { get; set; }
Property Value
Type | Description |
---|---|
IListEntryTerm |