C# 클래스 Hourglass.Managers.TimerStartManager

Manages recent TimerStart objects.
상속: Hourglass.Managers.Manager
파일 보기 프로젝트 열기: Dziemborowicz/Hourglass

공개 프로퍼티들

프로퍼티 타입 설명
Instance TimerStartManager

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
TimerStartManager ( ) : System.Collections.Generic

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

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

Clears the list of recent TimerStart objects.
public Clear ( ) : void
리턴 void

Initialize() 공개 메소드

Initializes the class.
public Initialize ( ) : void
리턴 void

Persist() 공개 메소드

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

Singleton instance of the TimerStartManager class.
public static TimerStartManager,Hourglass.Managers Instance
리턴 TimerStartManager