C# 클래스 ResetPasswordPage, Tp.HelpDesk

상속: Hd.Web.Extensions.PersisterBasePage
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
accessDeniedPanel global::System.Web.UI.WebControls.Panel
errorMessage global::System.Web.UI.WebControls.Label
frm global::System.Web.UI.HtmlControls.HtmlForm
newPassword global::System.Web.UI.WebControls.TextBox
newPasswordValidator global::System.Web.UI.WebControls.RequiredFieldValidator
passwordValidation global::System.Web.UI.WebControls.Label
reenterNewPassword global::System.Web.UI.WebControls.TextBox
requesterName global::System.Web.UI.WebControls.Label
resetPasswordPanel global::System.Web.UI.WebControls.Panel
save global::System.Web.UI.WebControls.Button

보호된 메소드들

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

비공개 메소드들

메소드 설명
ConfirmPassword ( ) : bool
ShowAccessDenied ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

save_OnClick() 보호된 메소드

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

프로퍼티 상세

accessDeniedPanel 보호되어 있는 프로퍼티

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

errorMessage 보호되어 있는 프로퍼티

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

frm 보호되어 있는 프로퍼티

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

newPassword 보호되어 있는 프로퍼티

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

newPasswordValidator 보호되어 있는 프로퍼티

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

passwordValidation 보호되어 있는 프로퍼티

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

reenterNewPassword 보호되어 있는 프로퍼티

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

requesterName 보호되어 있는 프로퍼티

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

resetPasswordPanel 보호되어 있는 프로퍼티

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

save 보호되어 있는 프로퍼티

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