Search Results for

    Show / Hide Table of Contents

    Class EntryLanguage

    Terminology provider entry language

    Inheritance
    object
    EntryLanguage
    Implements
    ILanguage
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    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
    IList<EntryField>

    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
    IList<EntryTerm>

    Implements

    ILanguage
    In this article
    • Constructors
      • EntryLanguage()
    • Properties
      • Fields
      • Locale
      • Name
      • ParentEntry
      • Terms
    • Implements
    Back to top Generated by DocFX