Class AgeRating
- Namespace
 - SceneGate.Ekona.Containers.Rom
 
- Assembly
 - SceneGate.Ekona.dll
 
Age rating for a region.
public class AgeRating
  - Inheritance
 - 
      
      AgeRating
 
- Inherited Members
 
Properties
Age
Gets or sets the minimal age for the program. The value meaning may vary per region.
public int Age { get; set; }
  Property Value
Enabled
Gets or sets a value indicating whether this rating applies or not.
public bool Enabled { get; set; }
  Property Value
Prohibited
Gets or sets a value indicating whether the program is prohibited in the region.
public bool Prohibited { get; set; }