C# 클래스 BugTrackingSystem.Administrator.Tester

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: TelerikAcademy/QA-Academy

보호된 프로퍼티들

프로퍼티 타입 설명
btnCancel global::System.Web.UI.WebControls.LinkButton
btnChangePassword global::System.Web.UI.WebControls.LinkButton
btnSave global::System.Web.UI.WebControls.LinkButton
compPasswords global::System.Web.UI.WebControls.CompareValidator
cuvUsername global::System.Web.UI.WebControls.CustomValidator
header global::System.Web.UI.HtmlControls.HtmlGenericControl
lblEmail global::System.Web.UI.WebControls.Label
lblName global::System.Web.UI.WebControls.Label
lblPassword global::System.Web.UI.WebControls.Label
lblPhone global::System.Web.UI.WebControls.Label
lblRepeatPassword global::System.Web.UI.WebControls.Label
lblSurname global::System.Web.UI.WebControls.Label
lblUsername global::System.Web.UI.WebControls.Label
lblUsernameEditMode global::System.Web.UI.WebControls.Label
regEmail global::System.Web.UI.WebControls.RegularExpressionValidator
regPassword global::System.Web.UI.WebControls.RegularExpressionValidator
regRepeatPassword global::System.Web.UI.WebControls.RegularExpressionValidator
regUsername global::System.Web.UI.WebControls.RegularExpressionValidator
reqEmail global::System.Web.UI.WebControls.RequiredFieldValidator
reqName global::System.Web.UI.WebControls.RequiredFieldValidator
reqPassword global::System.Web.UI.WebControls.RequiredFieldValidator
reqPhone global::System.Web.UI.WebControls.RequiredFieldValidator
reqRepeatPassword global::System.Web.UI.WebControls.RequiredFieldValidator
reqSurname global::System.Web.UI.WebControls.RequiredFieldValidator
reqUsername global::System.Web.UI.WebControls.RequiredFieldValidator
rowPassword global::System.Web.UI.HtmlControls.HtmlGenericControl
rowRepeatPassword global::System.Web.UI.HtmlControls.HtmlGenericControl
txtEmail global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
txtPhone global::System.Web.UI.WebControls.TextBox
txtRepeatPassword global::System.Web.UI.WebControls.TextBox
txtSurname global::System.Web.UI.WebControls.TextBox
txtUsername global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnChangePassword_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cuvUsername_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void

비공개 메소드들

메소드 설명
LoadContent ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnCancel_Click() 보호된 메소드

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

btnChangePassword_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

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

cuvUsername_ServerValidate() 보호된 메소드

protected cuvUsername_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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

btnChangePassword 보호되어 있는 프로퍼티

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

btnSave 보호되어 있는 프로퍼티

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

compPasswords 보호되어 있는 프로퍼티

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

cuvUsername 보호되어 있는 프로퍼티

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

header 보호되어 있는 프로퍼티

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

lblEmail 보호되어 있는 프로퍼티

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

lblName 보호되어 있는 프로퍼티

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

lblPassword 보호되어 있는 프로퍼티

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

lblPhone 보호되어 있는 프로퍼티

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

lblRepeatPassword 보호되어 있는 프로퍼티

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

lblSurname 보호되어 있는 프로퍼티

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

lblUsername 보호되어 있는 프로퍼티

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

lblUsernameEditMode 보호되어 있는 프로퍼티

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

regEmail 보호되어 있는 프로퍼티

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

regPassword 보호되어 있는 프로퍼티

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

regRepeatPassword 보호되어 있는 프로퍼티

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

regUsername 보호되어 있는 프로퍼티

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

reqEmail 보호되어 있는 프로퍼티

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

reqName 보호되어 있는 프로퍼티

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

reqPassword 보호되어 있는 프로퍼티

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

reqPhone 보호되어 있는 프로퍼티

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

reqRepeatPassword 보호되어 있는 프로퍼티

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

reqSurname 보호되어 있는 프로퍼티

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

reqUsername 보호되어 있는 프로퍼티

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

rowPassword 보호되어 있는 프로퍼티

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

rowRepeatPassword 보호되어 있는 프로퍼티

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

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

txtName 보호되어 있는 프로퍼티

txtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtName
리턴 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

txtPhone 보호되어 있는 프로퍼티

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

txtRepeatPassword 보호되어 있는 프로퍼티

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

txtSurname 보호되어 있는 프로퍼티

txtSurname control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSurname
리턴 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