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

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

Méthodes protégées

Méthode 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

Méthode Description
_buttonRefresh_Click ( object sender, EventArgs e ) : void

The refresh button has been clicked, refresh the data.

Method Details

OnInit() protected méthode

Initialise the control.
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

Set the properties of the controls.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_PreRenderComplete() protected méthode

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