Class TargetLanguageStatistics
This class represents total analysis and confirmation statistics for a single project target language.
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
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 |