Class SearchResult
  
  
  
  
    Inheritance
    System.Object
    SearchResult
      
   
  
    Inherited Members
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
   
  
  Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
  
  
    public class SearchResult
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public SearchResult(TranslationUnit tmTu)
   
  Parameters
  
  Properties
  
  
  
  
  CascadeEntryIndex
  
  
  Declaration
  
    public int CascadeEntryIndex { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  ContextData
  
  
  Declaration
  
    public TuContext ContextData { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public int MatchingPlaceholderTokens { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public List<Placeable> MemoryPlaceables { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.List<Placeable> | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public TranslationUnit MemoryTranslationUnit { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public Dictionary<string, object> MetaData { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.Dictionary<System.String, System.Object> | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public List<PlaceableAssociation> PlaceableAssociations { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public ScoringResult ScoringResult { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public TranslationUnit TranslationProposal { get; set; }
   
  Property Value