Class BatchImportedEventArgs
Encapsulates the data published by BatchImported progress events.
Inheritance
System.Object
BatchImportedEventArgs
Namespace: Sdl.Core.TM.ImportExport
Assembly: Sdl.Core.TM.ImportExport.dll
Syntax
public class BatchImportedEventArgs : CancelEventArgs
Constructors
BatchImportedEventArgs(ImportStatistics)
Instantiates a new object using the provided import statistics.
Declaration
public BatchImportedEventArgs(ImportStatistics statistics)
Parameters
Type | Name | Description |
---|---|---|
ImportStatistics | statistics |
Properties
BatchResults
The ImportResults for the currently batches processed so far.
Declaration
public ImportResults BatchResults { get; set; }
Property Value
Type | Description |
---|---|
ImportResults |
Statistics
Gets the import statistics collected so far by the import process.
Declaration
public ImportStatistics Statistics { get; }
Property Value
Type | Description |
---|---|
ImportStatistics |