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()
    
   
  
  Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
  Syntax
  
  Constructors
  
  
  
  
  TuContext()
  
  
  Declaration
  
  
  
  
  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
  
  
  
  
  Segment2
  
  
  Declaration
  
    public Segment Segment2 { get; set; }
   
  Property Value
  
  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()