C# Class Hourglass.Managers.TimerStartManager

Manages recent TimerStart objects.
Inheritance: Hourglass.Managers.Manager
Show file Open project: Dziemborowicz/Hourglass

Public Properties

Property Type Description
Instance TimerStartManager

Public Methods

Method Description
Add ( TimerStart timerStart ) : void

Adds a TimerStart to the list of recent TimerStart objects.

Clear ( ) : void

Clears the list of recent TimerStart objects.

Initialize ( ) : void

Initializes the class.

Persist ( ) : void

Persists the state of the class.

Private Methods

Method Description
TimerStartManager ( ) : System.Collections.Generic

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

Method Details

Add() public method

Adds a TimerStart to the list of recent TimerStart objects.
public Add ( TimerStart timerStart ) : void
timerStart Hourglass.Timing.TimerStart A .
return void

Clear() public method

Clears the list of recent TimerStart objects.
public Clear ( ) : void
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 TimerStartManager class.
public static TimerStartManager,Hourglass.Managers Instance
return TimerStartManager