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 ImporterAsync.ImportResultsMap

    Constructors

    ImportResultsMap()

    Declaration
    public ImportResultsMap()

    Properties

    AddedTuIds

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

    MergedTuIds

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

    OverwrittenTuIds

    Declaration
    public HashSet<int> OverwrittenTuIds { get; set; }
    Property Value
    Type Description
    HashSet<int>
    In this article
    • Constructors
      • ImportResultsMap()
    • Properties
      • AddedTuIds
      • MergedTuIds
      • OverwrittenTuIds
    Back to top Generated by DocFX