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