Class ProjectStatistics
This class represents word count, analysis and confirmation statistics for a project.
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ProjectStatistics
Constructors
ProjectStatistics()
Declaration
public ProjectStatistics()
Properties
TargetLanguageStatistics
Gets the statistics for each of the project target languages. This returns a TargetLanguageStatistics object for every project target language.
Declaration
public TargetLanguageStatistics[] TargetLanguageStatistics { get; }
Property Value
Type | Description |
---|---|
TargetLanguageStatistics |
WordCountStatistics
Gets the total word count statistics for all the source files in the project.
Declaration
public WordCountStatistics WordCountStatistics { get; }
Property Value
Type | Description |
---|---|
WordCountStatistics |