Class TranslationMemoryProgress
Inheritance
System.Object
TranslationMemoryProgress
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.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class TranslationMemoryProgress
Constructors
TranslationMemoryProgress()
Declaration
public TranslationMemoryProgress()
Fields
Count
The progress count for the stage being processed
Declaration
public int Count
Field Value
Type | Description |
---|---|
System.Int32 |
CurrentStage
The stage currently being processed
Declaration
public int CurrentStage
Field Value
Type | Description |
---|---|
System.Int32 |
MaxCount
The maximum/final count for the stage being processed
Declaration
public int MaxCount
Field Value
Type | Description |
---|---|
System.Int32 |
TotalStages
The total number of stages for the process
Declaration
public int TotalStages
Field Value
Type | Description |
---|---|
System.Int32 |