C# Class SampleWebApplication._Default

Show file Open project: Gallio/Web-Testing-with-MbUnit-WatiN

Protected Properties

Property 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

Protected Methods

Method 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 method

protected ButtonOkAsync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ButtonOkSync_Click() protected method

protected ButtonOkSync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ButtonOkAsync protected 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
return global::System.Web.UI.WebControls.Button

ButtonOkSync protected 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
return global::System.Web.UI.WebControls.Button

LabelResultAsync protected 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
return global::System.Web.UI.WebControls.Label

LabelResultSync protected 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
return global::System.Web.UI.WebControls.Label

ScriptManager protected 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
return global::System.Web.UI.ScriptManager

TextBoxName protected 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
return global::System.Web.UI.WebControls.TextBox

UpdatePanel protected 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
return global::System.Web.UI.UpdatePanel