Class CountData
Inheritance
System.Object
CountData
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()
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
Constructors
CountData()
Declaration
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 |
|
Declaration
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
Increment(CountData)
Declaration
public void Increment(CountData toIncrement)
Parameters
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 |
|