C# Class Wam.Account.Manage

Inheritance: System.Web.UI.Page
Show file Open project: jannunzi/dev

Protected Properties

Property Type Description
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

Public Methods

Method Description
GetLogins ( ) : IEnumerable
RemoveLogin ( string loginProvider, string providerKey ) : void

Protected Methods

Method Description
ChangePassword_Click ( object sender, EventArgs e ) : void
Page_Load ( ) : void
SetPassword_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
HasPassword ( UserManager manager ) : bool

Method Details

ChangePassword_Click() protected method

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

GetLogins() public method

public GetLogins ( ) : IEnumerable
return IEnumerable

Page_Load() protected method

protected Page_Load ( ) : void
return void

RemoveLogin() public method

public RemoveLogin ( string loginProvider, string providerKey ) : void
loginProvider string
providerKey string
return void

SetPassword_Click() protected method

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

Property Details

ConfirmNewPassword protected property

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

ConfirmNewPasswordLabel protected property

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

CurrentPassword protected property

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

CurrentPasswordLabel protected property

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

NewPassword protected property

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

NewPasswordLabel protected property

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

changePasswordHolder protected property

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
return global::System.Web.UI.WebControls.PlaceHolder

changePasswordUserName protected property

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

confirmPassword protected property

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

password protected property

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

setPassword protected property

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
return global::System.Web.UI.WebControls.PlaceHolder

successMessage protected property

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
return global::System.Web.UI.WebControls.PlaceHolder