Search Results for

    Show / Hide Table of Contents

    Class ProjectStatistics

    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

    Declaration
    public TargetLanguageStatistics[] TargetLanguageStatistics { get; }
    Property Value
    Type Description
    TargetLanguageStatistics[]

    WordCountStatistics

    Declaration
    public WordCountStatistics WordCountStatistics { get; }
    Property Value
    Type Description
    WordCountStatistics

    On this page

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