Search Results for

    Show / Hide Table of Contents

    Class WordCountStatistics

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

    Constructors

    WordCountStatistics()

    Declaration
    public WordCountStatistics()

    Properties

    Repetitions

    Declaration
    public CountData Repetitions { get; }
    Property Value
    Type Description
    CountData

    Total

    Declaration
    public CountData Total { get; }
    Property Value
    Type Description
    CountData

    WordCountStatus

    Declaration
    public ValueStatus WordCountStatus { get; }
    Property Value
    Type Description
    ValueStatus

    On this page

    • Constructors
      • WordCountStatistics()
    • Properties
      • Repetitions
      • Total
      • WordCountStatus
    Back to top Generated by DocFX