Class AccountManageBase
Inheritance
AccountManageBase
Assembly: Volo.Abp.Account.Pro.Public.Blazor.dll
Syntax
public class AccountManageBase : OwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AccountManageBase()
Declaration
public AccountManageBase()
Fields
ChangePasswordModel
Declaration
protected ChangePasswordModel ChangePasswordModel
Field Value
PersonalInfoModel
Declaration
protected PersonalInfoModel PersonalInfoModel
Field Value
SelectedTab
Declaration
protected string SelectedTab
Field Value
Properties
AccountAppService
Declaration
[Inject]
protected IAccountAppService AccountAppService { get; set; }
Property Value
L
Declaration
[Inject]
protected IStringLocalizer<AccountResource> L { get; set; }
Property Value
ObjectMapper
Declaration
[Inject]
protected IObjectMapper<AbpAccountPublicBlazorModule> ObjectMapper { get; set; }
Property Value
ProfileAppService
Declaration
[Inject]
protected IProfileAppService ProfileAppService { get; set; }
Property Value
UiLocalizer
Declaration
[Inject]
protected IStringLocalizer<AbpUiResource> UiLocalizer { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
ChangePasswordAsync()
Declaration
protected Task ChangePasswordAsync()
Returns
GetUserInformations()
Declaration
protected Task GetUserInformations()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
UpdatePersonalInfoAsync()
Declaration
protected Task UpdatePersonalInfoAsync()
Returns
Implements
Extension Methods