Search Results for

    Show / Hide Table of Contents

    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()

    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
    In this article
    • Constructors
      • ProjectStatistics()
    • Properties
      • TargetLanguageStatistics
      • WordCountStatistics
    Back to top Generated by DocFX