Class Importer.ImportResultsMap
Inheritance
System.Object
Importer.ImportResultsMap
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.Collections.Generic.HashSet<System.Int32> |
MergedTuIds
Declaration
public HashSet<int> MergedTuIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<System.Int32> |
OverwrittenTuIds
Declaration
public HashSet<int> OverwrittenTuIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<System.Int32> |