Class Placeable
Inheritance
System.Object
Placeable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Constructors
Declaration
Declaration
public Placeable(PlaceableType t, int sourceTokenIndex, int targetTokenIndex)
Parameters
Type |
Name |
Description |
PlaceableType |
t |
|
System.Int32 |
sourceTokenIndex |
|
System.Int32 |
targetTokenIndex |
|
Properties
Declaration
public bool IsTag { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int SourceTokenIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TargetTokenIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public PlaceableType Type { get; set; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
public bool IsTagCompatible(TagType tagType)
Parameters
Type |
Name |
Description |
TagType |
tagType |
|
Returns
Type |
Description |
System.Boolean |
|