Class AccountManageBase
Inheritance
System.Object
AccountManageBase
Assembly: Volo.Abp.Account.Blazor.dll
Syntax
public abstract class AccountManageBase : OwningComponentBase
Fields
ChangePasswordModel
Declaration
protected ChangePasswordModel ChangePasswordModel
Field Value
PersonalInfoModel
Declaration
protected PersonalInfoModel PersonalInfoModel
Field Value
SelectedTab
Declaration
protected string SelectedTab
Field Value
| Type |
Description |
| System.String |
|
Properties
AccountAppService
Declaration
protected IAccountAppService AccountAppService { get; set; }
Property Value
| Type |
Description |
| IAccountAppService |
|
L
Declaration
protected IStringLocalizer<AccountResource> L { get; set; }
Property Value
| Type |
Description |
| IStringLocalizer<AccountResource> |
|
ObjectMapper
Declaration
protected IObjectMapper<AbpAccountBlazorModule> ObjectMapper { get; set; }
Property Value
ProfileAppService
Declaration
protected IProfileAppService ProfileAppService { get; set; }
Property Value
| Type |
Description |
| IProfileAppService |
|
UiLocalizer
Declaration
protected IStringLocalizer<AbpUiResource> UiLocalizer { get; set; }
Property Value
| Type |
Description |
| IStringLocalizer<AbpUiResource> |
|
UiMessageService
Declaration
protected IUiMessageService UiMessageService { get; set; }
Property Value
| Type |
Description |
| IUiMessageService |
|
Methods
ChangePasswordAsync()
Declaration
protected Task ChangePasswordAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetUserInformations()
Declaration
protected Task GetUserInformations()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
UpdatePersonalInfoAsync()
Declaration
protected Task UpdatePersonalInfoAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods