Search Results for

    Show / Hide Table of Contents

    Class TargetLanguageStatistics

    This class represents total analysis and confirmation statistics for a single project target language.

    Inheritance
    Object
    TargetLanguageStatistics
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class TargetLanguageStatistics

    Constructors

    TargetLanguageStatistics()

    Declaration
    public TargetLanguageStatistics()

    Properties

    AnalysisStatistics

    Gets the total analysis statistics for all the files in the target language.

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

    ConfirmationStatistics

    Gets the total confirmation statistics for all the files in the target language.

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

    TargetLanguage

    Gets the project target language to which these statistics apply.

    Declaration
    public Language TargetLanguage { get; }
    Property Value
    Type Description
    Language
    In this article
    Back to top Generated by DocFX