C# 클래스 FiftyOne.Foundation.UI.Web.Stats

Displays key stats about the active data provider.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection 1 사용 예제들

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Initialise the control.

OnPreRender ( EventArgs e ) : void

Set the properties of the controls.

Page_PreRenderComplete ( object sender, EventArgs e ) : void

Displays the statistics about the provider.

비공개 메소드들

메소드 설명
_buttonRefresh_Click ( object sender, EventArgs e ) : void

The refresh button has been clicked, refresh the data.

메소드 상세

OnInit() 보호된 메소드

Initialise the control.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

Set the properties of the controls.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Page_PreRenderComplete() 보호된 메소드

Displays the statistics about the provider.
protected Page_PreRenderComplete ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void