Interface ILanguageResourceEntity
  
  
  
  
  Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
  
  
    public interface ILanguageResourceEntity
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    string CultureName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    byte[] Data { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  
  
  
  
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    LanguageResourceType? Type { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    Guid? UniqueId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Guid> |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration