Class ProjectStatistics
This class represents word count, analysis and confirmation statistics for a project.
Inheritance
Object
ProjectStatistics
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 ProjectStatistics
Constructors
ProjectStatistics()
This class represents word count, analysis and confirmation statistics for a project.
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 |