C# 클래스 Upac.Membership.UserControls.PasswordRecovery

파일 보기 프로젝트 열기: 1508/upac-for-umbraco

보호된 프로퍼티들

프로퍼티 타입 설명
Button1 global::System.Web.UI.WebControls.Button
ConfirmPassword global::System.Web.UI.WebControls.TextBox
Password global::System.Web.UI.WebControls.TextBox
PasswordCompare global::System.Web.UI.WebControls.CompareValidator
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
RegularExpressionValidator2 global::System.Web.UI.WebControls.RegularExpressionValidator
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator
hidddenCode global::System.Web.UI.WebControls.HiddenField
hidddenUsername global::System.Web.UI.WebControls.HiddenField
labelFor global::System.Web.UI.WebControls.Label
labelPassword1 global::System.Web.UI.WebControls.Label
labelPassword2 global::System.Web.UI.WebControls.Label
ltrReceipt global::System.Web.UI.WebControls.Literal
multiView global::System.Web.UI.WebControls.MultiView
tbEmail global::System.Web.UI.WebControls.TextBox
viewPasswordIsUpdated global::System.Web.UI.WebControls.View
viewProvideDetails global::System.Web.UI.WebControls.View
viewProvideNewPassword global::System.Web.UI.WebControls.View
viewReceipt global::System.Web.UI.WebControls.View

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetBaseUrl ( ) : string
SetupProvideNewPassword ( ) : void

메소드 상세

Page_Load() 보호된 메소드

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

RecoverLoginInfo() 보호된 메소드

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

ResetPassword() 보호된 메소드

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

프로퍼티 상세

Button1 보호되어 있는 프로퍼티

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

ConfirmPassword 보호되어 있는 프로퍼티

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

Password 보호되어 있는 프로퍼티

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

PasswordCompare 보호되어 있는 프로퍼티

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

PasswordRequired 보호되어 있는 프로퍼티

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

RegularExpressionValidator2 보호되어 있는 프로퍼티

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

RequiredFieldValidator1 보호되어 있는 프로퍼티

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

UserNameRequired 보호되어 있는 프로퍼티

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

hidddenCode 보호되어 있는 프로퍼티

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

hidddenUsername 보호되어 있는 프로퍼티

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

labelFor 보호되어 있는 프로퍼티

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

labelPassword1 보호되어 있는 프로퍼티

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

labelPassword2 보호되어 있는 프로퍼티

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

ltrReceipt 보호되어 있는 프로퍼티

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

multiView 보호되어 있는 프로퍼티

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

tbEmail 보호되어 있는 프로퍼티

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

viewPasswordIsUpdated 보호되어 있는 프로퍼티

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

viewProvideDetails 보호되어 있는 프로퍼티

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

viewProvideNewPassword 보호되어 있는 프로퍼티

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

viewReceipt 보호되어 있는 프로퍼티

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