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
    Back to top Generated by DocFX