C# Класс Wam.Account.Manage

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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