Class TranslationMemoryProgress
Inheritance
Object
TranslationMemoryProgress
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|
Int32 |
CurrentStage
The stage currently being processed
Declaration
public int CurrentStage
Field Value
Type | Description |
---|---|
Int32 |
MaxCount
The maximum/final count for the stage being processed
Declaration
public int MaxCount
Field Value
Type | Description |
---|---|
Int32 |
TotalStages
The total number of stages for the process
Declaration
public int TotalStages
Field Value
Type | Description |
---|---|
Int32 |