C# 클래스 SampleWebApplication._Default

파일 보기 프로젝트 열기: Gallio/Web-Testing-with-MbUnit-WatiN

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
ButtonOkAsync_Click ( object sender, EventArgs e ) : void
ButtonOkSync_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

ButtonOkAsync_Click() 보호된 메소드

protected ButtonOkAsync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ButtonOkSync_Click() 보호된 메소드

protected ButtonOkSync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

ButtonOkAsync 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

ButtonOkSync 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

LabelResultAsync 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

LabelResultSync 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

ScriptManager 보호되어 있는 프로퍼티

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

TextBoxName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

UpdatePanel 보호되어 있는 프로퍼티

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