C# Class FiftyOne.Foundation.UI.Web.Stats

Displays key stats about the active data provider.
Inheritance: System.Web.UI.UserControl
Exibir arquivo Open project: 51Degrees/dotNET-Device-Detection Class Usage Examples

Protected Methods

Method Description
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.

Private Methods

Method Description
_buttonRefresh_Click ( object sender, EventArgs e ) : void

The refresh button has been clicked, refresh the data.

Method Details

OnInit() protected method

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

OnPreRender() protected method

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

Page_PreRenderComplete() protected method

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