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