Search Results for

    Show / Hide Table of Contents

    Class ProjectStatistics

    This class represents word count, analysis and confirmation statistics for a project.

    Inheritance
    System.Object
    ProjectStatistics
    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 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

    On this page

    • Constructors
      • ProjectStatistics()
    • Properties
      • TargetLanguageStatistics
      • WordCountStatistics
    Back to top Generated by DocFX