Class ExportStatistics
Encapsulates the results of an export process without keeping track of the individual action taken for each exported TU.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemory
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 |