Search Results for

    Show / Hide Table of Contents

    Class ExportStatistics

    Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU.

    Inheritance
    Object
    ExportStatistics
    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 ExportStatistics

    Constructors

    ExportStatistics()

    Declaration
    public ExportStatistics()

    Properties

    Exported

    Gets or sets the number of translation units exported.

    Declaration
    public int Exported { get; set; }
    Property Value
    Type Description
    Int32

    Processed

    Gets or sets the number of translation units processed.

    Declaration
    public int Processed { get; set; }
    Property Value
    Type Description
    Int32
    In this article
    • Constructors
      • ExportStatistics()
    • Properties
      • Exported
      • Processed
    Back to top Generated by DocFX