Search Results for

    Show / Hide Table of Contents

    Class BatchImportedEventArgs

    Encapsulates the data published by BatchImported progress events.

    Inheritance
    object
    EventArgs
    CancelEventArgs
    BatchImportedEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In this article
    • Constructors
      • BatchImportedEventArgs(ImportStatistics)
    • Properties
      • BatchResults
      • Statistics
    Back to top Generated by DocFX