Class Localizables
  
  
  
  
    Inheritance
    System.Object
    Localizables
   
  
  Assembly: Vortex.Connector.dll
  Syntax
  
    public class Localizables
   
  Properties
  
  
  
  
  Key
  
  
  Declaration
  
    public string Key { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Location
  
  
  Declaration
  
    public string Location { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Original
  
  
  Declaration
  
    [JsonIgnore]
public string Original { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Translation
  
  
  Declaration
  
    public string Translation { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Used
  
  
  Declaration
  
    public bool Used { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Extension Methods