Search Results for

    Show / Hide Table of Contents

    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()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class Placeable

    Constructors

    Placeable()

    Declaration
    public Placeable()

    Placeable(PlaceableType, Int32, Int32)

    Declaration
    public Placeable(PlaceableType t, int sourceTokenIndex, int targetTokenIndex)
    Parameters
    Type Name Description
    PlaceableType t
    System.Int32 sourceTokenIndex
    System.Int32 targetTokenIndex

    Properties

    IsTag

    Declaration
    public bool IsTag { get; }
    Property Value
    Type Description
    System.Boolean

    SourceTokenIndex

    Declaration
    public int SourceTokenIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    TargetTokenIndex

    Declaration
    public int TargetTokenIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Type

    Declaration
    public PlaceableType Type { get; set; }
    Property Value
    Type Description
    PlaceableType

    Methods

    Equals(Object)

    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)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    IsTagCompatible(TagType)

    Declaration
    public bool IsTagCompatible(TagType tagType)
    Parameters
    Type Name Description
    TagType tagType
    Returns
    Type Description
    System.Boolean

    On this page

    • Constructors
      • Placeable()
      • Placeable(PlaceableType, Int32, Int32)
    • Properties
      • IsTag
      • SourceTokenIndex
      • TargetTokenIndex
      • Type
    • Methods
      • Equals(Object)
      • GetHashCode()
      • IsTagCompatible(TagType)
    Back to top Generated by DocFX