Search Results for

    Show / Hide Table of Contents

    Class CountData

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

    Constructors

    CountData()

    Declaration
    public CountData()

    Properties

    Characters

    Declaration
    public int Characters { get; }
    Property Value
    Type Description
    System.Int32

    Placeables

    Declaration
    public int Placeables { get; }
    Property Value
    Type Description
    System.Int32

    Segments

    Declaration
    public int Segments { get; }
    Property Value
    Type Description
    System.Int32

    Tags

    Declaration
    public int Tags { get; }
    Property Value
    Type Description
    System.Int32

    Words

    Declaration
    public int Words { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Create(Int32, Int32, Int32, Int32, Int32)

    Declaration
    public static CountData Create(int words, int segments, int characters, int placeables, int tags)
    Parameters
    Type Name Description
    System.Int32 words
    System.Int32 segments
    System.Int32 characters
    System.Int32 placeables
    System.Int32 tags
    Returns
    Type Description
    CountData

    Increment(CountData)

    Declaration
    public void Increment(CountData toIncrement)
    Parameters
    Type Name Description
    CountData toIncrement

    Increment(Int32, Int32, Int32, Int32, Int32)

    Declaration
    public void Increment(int words, int segments, int characters, int placeables, int tags)
    Parameters
    Type Name Description
    System.Int32 words
    System.Int32 segments
    System.Int32 characters
    System.Int32 placeables
    System.Int32 tags

    On this page

    • Constructors
      • CountData()
    • Properties
      • Characters
      • Placeables
      • Segments
      • Tags
      • Words
    • Methods
      • Create(Int32, Int32, Int32, Int32, Int32)
      • Increment(CountData)
      • Increment(Int32, Int32, Int32, Int32, Int32)
    Back to top Generated by DocFX