Search Results for

    Show / Hide Table of Contents

    Class DefinitionLanguage

    Inheritance
    System.Object
    DefinitionLanguage
    Implements
    IDefinitionLanguage
    ILanguage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class DefinitionLanguage : IDefinitionLanguage, ILanguage

    Constructors

    DefinitionLanguage()

    Declaration
    public DefinitionLanguage()

    Properties

    IsBidirectional

    Declaration
    public bool? IsBidirectional { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Locale

    Declaration
    public CultureInfo Locale { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    TargetOnly

    Declaration
    public bool? TargetOnly { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Implements

    IDefinitionLanguage
    ILanguage

    On this page

    Back to top Generated by DocFX