C# Class Hourglass.Managers.AppManager

Manages the app.
Inheritance: Hourglass.Managers.Manager
Afficher le fichier Open project: Dziemborowicz/Hourglass

Méthodes publiques

Свойство Type Description
Instance AppManager

Méthodes publiques

Méthode Description
Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes the manager.

Private Methods

Méthode Description
AppManager ( ) : System.Linq

Prevents a default instance of the AppManager class from being created.

Method Details

Dispose() protected méthode

Disposes the manager.
protected Dispose ( bool disposing ) : void
disposing bool A value indicating whether this method was invoked by an explicit call to .
Résultat void

Initialize() public méthode

Initializes the class.
public Initialize ( ) : void
Résultat void

Persist() public méthode

Persists the state of the class.
public Persist ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

Singleton instance of the AppManager class.
public static AppManager,Hourglass.Managers Instance
Résultat AppManager