C# 클래스 Wam.Account.Manage

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: jannunzi/dev

보호된 프로퍼티들

프로퍼티 타입 설명
ConfirmNewPassword global::System.Web.UI.WebControls.TextBox
ConfirmNewPasswordLabel global::System.Web.UI.WebControls.Label
CurrentPassword global::System.Web.UI.WebControls.TextBox
CurrentPasswordLabel global::System.Web.UI.WebControls.Label
NewPassword global::System.Web.UI.WebControls.TextBox
NewPasswordLabel global::System.Web.UI.WebControls.Label
changePasswordHolder global::System.Web.UI.WebControls.PlaceHolder
changePasswordUserName global::System.Web.UI.WebControls.Label
confirmPassword global::System.Web.UI.WebControls.TextBox
password global::System.Web.UI.WebControls.TextBox
setPassword global::System.Web.UI.WebControls.PlaceHolder
successMessage global::System.Web.UI.WebControls.PlaceHolder

공개 메소드들

메소드 설명
GetLogins ( ) : IEnumerable
RemoveLogin ( string loginProvider, string providerKey ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
HasPassword ( UserManager manager ) : bool

메소드 상세

ChangePassword_Click() 보호된 메소드

protected ChangePassword_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

GetLogins() 공개 메소드

public GetLogins ( ) : IEnumerable
리턴 IEnumerable

Page_Load() 보호된 메소드

protected Page_Load ( ) : void
리턴 void

RemoveLogin() 공개 메소드

public RemoveLogin ( string loginProvider, string providerKey ) : void
loginProvider string
providerKey string
리턴 void

SetPassword_Click() 보호된 메소드

protected SetPassword_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ConfirmNewPassword 보호되어 있는 프로퍼티

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

ConfirmNewPasswordLabel 보호되어 있는 프로퍼티

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

CurrentPassword 보호되어 있는 프로퍼티

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

CurrentPasswordLabel 보호되어 있는 프로퍼티

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

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

NewPasswordLabel 보호되어 있는 프로퍼티

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

changePasswordHolder 보호되어 있는 프로퍼티

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

changePasswordUserName 보호되어 있는 프로퍼티

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

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

setPassword 보호되어 있는 프로퍼티

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

successMessage 보호되어 있는 프로퍼티

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