C# Class Twiddler.Screens.RequestMeterScreen

Inheritance: Screen, IRequestMeterScreen, IDisposable
ファイルを表示 Open project: GraemeF/Twiddler

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
OnInitialize ( ) : void
OnShutdown ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
FormatTimeSpan ( System.TimeSpan timeSpan ) : string
GetRemainingTime ( ) : System.TimeSpan
RequestMeterScreen ( IRequestLimitStatus limitStatus, IClock clock ) : System
UpdateHourlyLimit ( ) : void
UpdatePeriodDuration ( ) : void
UpdateRemainingHits ( ) : void
UpdateRemainingTime ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

OnShutdown() protected method

protected OnShutdown ( ) : void
return void