Class TranslationModelMatrixEntry
  
  
  
  
    Inheritance
    System.Object
    TranslationModelMatrixEntry
   
  
  Assembly: Sdl.Core.FineGrainedAlignment.dll
  Syntax
  
    public class TranslationModelMatrixEntry : Object
   
  Constructors
  
  
  
  
  TranslationModelMatrixEntry()
  
  
  Declaration
  
    public TranslationModelMatrixEntry()
   
  Properties
  
  
  
  
  SourceKey
  
  
  Declaration
  
    public int SourceKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  TargetKey
  
  
  Declaration
  
    public int TargetKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Value
  
  
  Declaration
  
    public double Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  |