C# Class Detector.Table

Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Protected Properties

Свойство Type Description
CSS global::System.Web.UI.HtmlControls.HtmlLink
DelAllBut global::System.Web.UI.WebControls.Button
OutBox global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes protégées

Méthode Description
DelAllBut_Click ( object sender, EventArgs e ) : void
Load_Data ( ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

DelAllBut_Click() protected méthode

protected DelAllBut_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Load_Data() protected méthode

protected Load_Data ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

CSS protected_oe property

CSS control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlLink CSS
Résultat global::System.Web.UI.HtmlControls.HtmlLink

DelAllBut protected_oe property

DelAllBut control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button DelAllBut
Résultat global::System.Web.UI.WebControls.Button

OutBox protected_oe property

OutBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox OutBox
Résultat global::System.Web.UI.WebControls.TextBox

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm