Search Results for

    Show / Hide Table of Contents

    Class BatchImportedEventArgs

    Encapsulates the data published by BatchImported progress events.

    Inheritance
    System.Object
    BatchImportedEventArgs
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.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

    Statistics

    Gets the import statistics collected so far by the import process.

    Declaration
    public ImportStatistics Statistics { get; }
    Property Value
    Type Description
    ImportStatistics

    On this page

    • Constructors
      • BatchImportedEventArgs(ImportStatistics)
    • Properties
      • Statistics
    Back to top Generated by DocFX