Class Region
  
  
  
  
    Inheritance
    System.Object
    Region
   
  
  Assembly: DirectScale.Disco.Extension.Abstractions.dll
  Syntax
  
    public class Region : Object
   
  Constructors
  
  
  Region()
  
  
  Declaration
  
  Properties
  
  
  Id
  
  
  Declaration
  
    public int Id { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  Locale
  
  
  Declaration
  
    public RegionLocale[] Locale { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  RegionMappings
  
  
  Declaration
  
    public RegionMapping[] RegionMappings { get; }
   
  Property Value