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
    [DataContract]
    public class ExportStatistics

    Constructors

    ExportStatistics()

    Declaration
    public ExportStatistics()

    Properties

    Exported

    Gets or sets the number of translation units exported.

    Declaration
    [DataMember]
    public int Exported { get; set; }
    Property Value
    Type Description
    int

    Processed

    Gets or sets the number of translation units processed.

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