C# Class Hourglass.Managers.AppManager

Manages the app.
Inheritance: Hourglass.Managers.Manager
Show file Open project: Dziemborowicz/Hourglass

Public Properties

Property Type Description
Instance AppManager

Public Methods

Method Description
Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the manager.

Private Methods

Method Description
AppManager ( ) : System.Linq

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

Method Details

Dispose() protected method

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

Initialize() public method

Initializes the class.
public Initialize ( ) : void
return void

Persist() public method

Persists the state of the class.
public Persist ( ) : void
return void

Property Details

Instance public static property

Singleton instance of the AppManager class.
public static AppManager,Hourglass.Managers Instance
return AppManager