C# Class SampleWebApplication._Default

Afficher le fichier Open project: Gallio/Web-Testing-with-MbUnit-WatiN

Protected Properties

Свойство Type Description
ButtonOkAsync global::System.Web.UI.WebControls.Button
ButtonOkSync global::System.Web.UI.WebControls.Button
LabelResultAsync global::System.Web.UI.WebControls.Label
LabelResultSync global::System.Web.UI.WebControls.Label
ScriptManager global::System.Web.UI.ScriptManager
TextBoxName global::System.Web.UI.WebControls.TextBox
UpdatePanel global::System.Web.UI.UpdatePanel

Méthodes protégées

Méthode Description
ButtonOkAsync_Click ( object sender, EventArgs e ) : void
ButtonOkSync_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

ButtonOkAsync_Click() protected méthode

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

ButtonOkSync_Click() protected méthode

protected ButtonOkSync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
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

ButtonOkAsync protected_oe property

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

ButtonOkSync protected_oe property

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

LabelResultAsync protected_oe property

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

LabelResultSync protected_oe property

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

ScriptManager protected_oe property

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

TextBoxName protected_oe property

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

UpdatePanel protected_oe property

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