Search Results for

    Show / Hide Table of Contents

    Class TargetLanguageStatistics

    Inheritance
    System.Object
    TargetLanguageStatistics
    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.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class TargetLanguageStatistics

    Constructors

    TargetLanguageStatistics()

    Declaration
    public TargetLanguageStatistics()

    Properties

    AnalysisStatistics

    Declaration
    public AnalysisStatistics AnalysisStatistics { get; }
    Property Value
    Type Description
    AnalysisStatistics

    ConfirmationStatistics

    Declaration
    public ConfirmationStatistics ConfirmationStatistics { get; }
    Property Value
    Type Description
    ConfirmationStatistics

    TargetLanguage

    Declaration
    public Language TargetLanguage { get; }
    Property Value
    Type Description
    Language

    On this page

    • Constructors
      • TargetLanguageStatistics()
    • Properties
      • AnalysisStatistics
      • ConfirmationStatistics
      • TargetLanguage
    Back to top Generated by DocFX