Table of Contents

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

int

Enabled

Gets or sets a value indicating whether this rating applies or not.

public bool Enabled { get; set; }

Property Value

bool

Prohibited

Gets or sets a value indicating whether the program is prohibited in the region.

public bool Prohibited { get; set; }

Property Value

bool