Search Results for

    Show / Hide Table of Contents

    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
    int

    CurrentStage

    The stage currently being processed

    Declaration
    public int CurrentStage
    Field Value
    Type Description
    int

    MaxCount

    The maximum/final count for the stage being processed

    Declaration
    public int MaxCount
    Field Value
    Type Description
    int

    TotalStages

    The total number of stages for the process

    Declaration
    public int TotalStages
    Field Value
    Type Description
    int
    In this article
    • Constructors
      • TranslationMemoryProgress()
    • Fields
      • Count
      • CurrentStage
      • MaxCount
      • TotalStages
    Back to top Generated by DocFX