Class ImportStatistics
Inheritance
System.Object
ImportStatistics
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()
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public class ImportStatistics
Constructors
Declaration
public ImportStatistics()
Properties
Declaration
public int AddedTranslationUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int BadTranslationUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int DeletedTranslationUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int DiscardedTranslationUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Errors { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MergedTranslationUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int OverwrittenTranslationUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int RawTUs { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TotalImported { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TotalRead { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void Add(ImportStatistics other)
Parameters