C# Class BugTrackingSystem.Administrator.ChangePassword

ファイルを表示 Open project: TelerikAcademy/QA-Academy

Protected Properties

Property Type Description
btnCancel global::System.Web.UI.WebControls.LinkButton
btnChangePassword global::System.Web.UI.WebControls.LinkButton
btnRedirect global::System.Web.UI.WebControls.LinkButton
compPasswords global::System.Web.UI.WebControls.CompareValidator
content global::System.Web.UI.HtmlControls.HtmlGenericControl
lblMessage global::System.Web.UI.WebControls.Label
lblNewPassword global::System.Web.UI.WebControls.Label
lblRepeatNewPassword global::System.Web.UI.WebControls.Label
regNewPassword global::System.Web.UI.WebControls.RegularExpressionValidator
regRepeatNewPassword global::System.Web.UI.WebControls.RegularExpressionValidator
reqNewPassword global::System.Web.UI.WebControls.RequiredFieldValidator
reqRepeatNewPassword global::System.Web.UI.WebControls.RequiredFieldValidator
txtNewPassword global::System.Web.UI.WebControls.TextBox
txtRepeatNewPassword global::System.Web.UI.WebControls.TextBox

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

btnRedirect protected_oe property

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

content protected_oe property

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

lblMessage protected_oe property

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

lblNewPassword protected_oe property

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

lblRepeatNewPassword protected_oe property

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

regNewPassword protected_oe property

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

regRepeatNewPassword protected_oe property

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

reqNewPassword protected_oe property

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

reqRepeatNewPassword protected_oe property

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

txtNewPassword protected_oe property

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

txtRepeatNewPassword protected_oe property

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