C# Class BugTrackingSystem.Administrator.Tester

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: TelerikAcademy/QA-Academy

Protected Properties

Property Type Description
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

Protected Methods

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

Private Methods

Method Description
LoadContent ( ) : void

Method Details

Page_Load() protected method

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

btnCancel_Click() protected method

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

btnChangePassword_Click() protected method

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

btnSave_Click() protected method

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

cuvUsername_ServerValidate() protected method

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

Property Details

btnCancel protected_oe property

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

btnChangePassword protected_oe property

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

btnSave protected_oe property

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

compPasswords protected_oe property

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

cuvUsername protected_oe property

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

header protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblEmail protected_oe property

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

lblName protected_oe property

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

lblPassword protected_oe property

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

lblPhone protected_oe property

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

lblRepeatPassword protected_oe property

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

lblSurname protected_oe property

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

lblUsername protected_oe property

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

lblUsernameEditMode protected_oe property

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

regEmail protected_oe property

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

regPassword protected_oe property

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

regRepeatPassword protected_oe property

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

regUsername protected_oe property

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

reqEmail protected_oe property

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

reqName protected_oe property

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

reqPassword protected_oe property

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

reqPhone protected_oe property

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

reqRepeatPassword protected_oe property

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

reqSurname protected_oe property

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

reqUsername protected_oe property

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

rowPassword protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

rowRepeatPassword protected_oe property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

txtEmail protected_oe property

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

txtName protected_oe property

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

txtPassword protected_oe property

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

txtPhone protected_oe property

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

txtRepeatPassword protected_oe property

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

txtSurname protected_oe property

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

txtUsername protected_oe property

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