Class TranslationModelVocabEntry
  
  
  
  
    Inheritance
    System.Object
    TranslationModelVocabEntry
   
  
  Assembly: Sdl.Core.FineGrainedAlignment.dll
  Syntax
  
    public class TranslationModelVocabEntry : Object
   
  Constructors
  
  
  
  
  TranslationModelVocabEntry()
  
  
  Declaration
  
    public TranslationModelVocabEntry()
   
  Properties
  
  
  
  
  Key
  
  
  Declaration
  
    public int Key { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Occurrences
  
  
  Declaration
  
    public int Occurrences { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Token
  
  
  Declaration
  
    public string Token { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |