C# Class Hourglass.Managers.TimerStartManager

Manages recent TimerStart objects.
Inheritance: Hourglass.Managers.Manager
Afficher le fichier Open project: Dziemborowicz/Hourglass

Méthodes publiques

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

Méthodes publiques

Méthode 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

Méthode Description
TimerStartManager ( ) : System.Collections.Generic

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

Method Details

Add() public méthode

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

Clear() public méthode

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