Search Results for

    Show / Hide Table of Contents

    Class ImporterAsync.ImportResultsMap

    Inheritance
    Object
    ImporterAsync.ImportResultsMap
    Inherited Members
    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
    protected class ImportResultsMap

    Constructors

    ImportResultsMap()

    Declaration
    public ImportResultsMap()

    Properties

    AddedTuIds

    Declaration
    public HashSet<int> AddedTuIds { get; set; }
    Property Value
    Type Description
    HashSet<Int32>

    MergedTuIds

    Declaration
    public HashSet<int> MergedTuIds { get; set; }
    Property Value
    Type Description
    HashSet<Int32>

    OverwrittenTuIds

    Declaration
    public HashSet<int> OverwrittenTuIds { get; set; }
    Property Value
    Type Description
    HashSet<Int32>
    In this article
    Back to top Generated by DocFX