Class ExportStatistics
Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU.
Inheritance
System.Object
ExportStatistics
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 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 |
---|---|
System.Int32 |
Processed
Gets or sets the number of translation units processed.
Declaration
public int Processed { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |