C# 클래스 Subtext.Web.Install.Step02_ConfigureHost

파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
btnSave global::System.Web.UI.WebControls.Button
hostForm global::System.Web.UI.HtmlControls.HtmlGenericControl
ltlMessage global::System.Web.UI.WebControls.Literal
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtEmail global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
txtUserName global::System.Web.UI.WebControls.TextBox
vldHostAdminPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldHostAdminSummary global::System.Web.UI.WebControls.ValidationSummary
vldHostComparePassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldHostEmail global::System.Web.UI.WebControls.RegularExpressionValidator
vldHostEmailRequired global::System.Web.UI.WebControls.RequiredFieldValidator
vldHostPasswordsMatch global::System.Web.UI.WebControls.CompareValidator
vldHostUsernameRequired global::System.Web.UI.WebControls.RequiredFieldValidator

보호된 메소드들

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

Page_Load() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

프로퍼티 상세

btnSave 보호되어 있는 프로퍼티

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

hostForm 보호되어 있는 프로퍼티

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

ltlMessage 보호되어 있는 프로퍼티

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

txtConfirmPassword 보호되어 있는 프로퍼티

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

txtEmail 보호되어 있는 프로퍼티

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

txtPassword 보호되어 있는 프로퍼티

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

txtUserName 보호되어 있는 프로퍼티

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

vldHostAdminPassword 보호되어 있는 프로퍼티

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

vldHostAdminSummary 보호되어 있는 프로퍼티

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

vldHostComparePassword 보호되어 있는 프로퍼티

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

vldHostEmail 보호되어 있는 프로퍼티

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

vldHostEmailRequired 보호되어 있는 프로퍼티

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

vldHostPasswordsMatch 보호되어 있는 프로퍼티

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

vldHostUsernameRequired 보호되어 있는 프로퍼티

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