Search Results for

    Show / Hide Table of Contents

    Interface IEntryLanguage

    Inherited Members
    ILanguage.Name
    ILanguage.Locale
    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>

    On this page

    • Properties
      • Fields
      • ParentEntry
      • Terms
    Back to top Generated by DocFX