C# 클래스 BugTrackingSystem.Administrator.ChangePassword

파일 보기 프로젝트 열기: TelerikAcademy/QA-Academy

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

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

btnRedirect 보호되어 있는 프로퍼티

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
리턴 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

content 보호되어 있는 프로퍼티

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

lblMessage 보호되어 있는 프로퍼티

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

lblNewPassword 보호되어 있는 프로퍼티

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

lblRepeatNewPassword 보호되어 있는 프로퍼티

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

regNewPassword 보호되어 있는 프로퍼티

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

regRepeatNewPassword 보호되어 있는 프로퍼티

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

reqNewPassword 보호되어 있는 프로퍼티

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

reqRepeatNewPassword 보호되어 있는 프로퍼티

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

txtNewPassword 보호되어 있는 프로퍼티

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

txtRepeatNewPassword 보호되어 있는 프로퍼티

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