C# 클래스 WebApplication2.NewPage

상속: System.Web.UI.Page, INewPageView
파일 보기 프로젝트 열기: skalinets/TddSamples

보호된 프로퍼티들

프로퍼티 타입 설명
Button global::System.Web.UI.WebControls.Button
Result global::System.Web.UI.WebControls.Label
TextBox global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

공개 메소드들

메소드 설명
UpdateResultLabel ( string result ) : void

보호된 메소드들

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

메소드 상세

Button_Click() 보호된 메소드

protected Button_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

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

UpdateResultLabel() 공개 메소드

public UpdateResultLabel ( string result ) : void
result string
리턴 void

프로퍼티 상세

Button 보호되어 있는 프로퍼티

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

Result 보호되어 있는 프로퍼티

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

TextBox 보호되어 있는 프로퍼티

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

form1 보호되어 있는 프로퍼티

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