Search Results for

    Show / Hide Table of Contents

    Class BatchImportedEventArgs

    Inheritance
    System.Object
    BatchImportedEventArgs
    Namespace: Sdl.Core.TM.ImportExport
    Assembly: Sdl.Core.TM.ImportExport.dll
    Syntax
    public class BatchImportedEventArgs : CancelEventArgs

    Constructors

    BatchImportedEventArgs(ImportStatistics)

    Declaration
    public BatchImportedEventArgs(ImportStatistics statistics)
    Parameters
    Type Name Description
    ImportStatistics statistics

    Properties

    BatchResults

    Declaration
    public ImportResults BatchResults { get; set; }
    Property Value
    Type Description
    ImportResults

    Statistics

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

    On this page

    Back to top Generated by DocFX