Class DuplicateIterator.DuplicateIteratorPosition
Represents a position within the translation memory of this iterator.
Inheritance
System.Object
DuplicateIterator.DuplicateIteratorPosition
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.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class DuplicateIteratorPosition
Constructors
DuplicateIteratorPosition()
Initializes a new instance with default values.
Declaration
public DuplicateIteratorPosition()
DuplicateIteratorPosition(Int64, Int32)
Initializes a new instance of the DuplicateIteratorPosition at the specified location within the translation memory.
Declaration
public DuplicateIteratorPosition(long hash, int tuId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | hash | The hash value. |
System.Int32 | tuId | The translation unit ID. |
Fields
Hash
The Hash value of this position.
Declaration
public long Hash
Field Value
Type | Description |
---|---|
System.Int64 |
TUId
The translation unit ID of this position.
Declaration
public int TUId
Field Value
Type | Description |
---|---|
System.Int32 |