C# 클래스 Twiddler.Screens.RequestMeterScreen

상속: Screen, IRequestMeterScreen, IDisposable
파일 보기 프로젝트 열기: GraemeF/Twiddler

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
OnInitialize ( ) : void
OnShutdown ( ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnInitialize() 보호된 메소드

protected OnInitialize ( ) : void
리턴 void

OnShutdown() 보호된 메소드

protected OnShutdown ( ) : void
리턴 void