Search Results for

    Show / Hide Table of Contents

    Class TuContext

    Inheritance
    System.Object
    TuContext
    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 TuContext

    Constructors

    TuContext()

    Declaration
    public TuContext()

    TuContext(Int64, Int64)

    Declaration
    public TuContext(long context1, long context2)
    Parameters
    Type Name Description
    System.Int64 context1
    System.Int64 context2

    Properties

    Context1

    Declaration
    public long Context1 { get; set; }
    Property Value
    Type Description
    System.Int64

    Context2

    Declaration
    public long Context2 { get; set; }
    Property Value
    Type Description
    System.Int64

    LeftSource

    Declaration
    [Obsolete]
    public long LeftSource { get; set; }
    Property Value
    Type Description
    System.Int64

    LeftTarget

    Declaration
    [Obsolete]
    public long LeftTarget { get; set; }
    Property Value
    Type Description
    System.Int64

    Segment1

    Declaration
    public Segment Segment1 { get; set; }
    Property Value
    Type Description
    Segment

    Segment2

    Declaration
    public Segment Segment2 { get; set; }
    Property Value
    Type Description
    Segment

    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()

    On this page

    • Constructors
      • TuContext()
      • TuContext(Int64, Int64)
    • Properties
      • Context1
      • Context2
      • LeftSource
      • LeftTarget
      • Segment1
      • Segment2
    • Methods
      • Equals(Object)
      • GetHashCode()
    Back to top Generated by DocFX