Class AccountManage
Inheritance
AccountManage
Assembly: Volo.Abp.Account.Blazor.dll
Syntax
[Route("/account/manage-profile")]
public class AccountManage : AbpAccountComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AccountManage()
Declaration
Fields
ChangePasswordModel
Declaration
protected ChangePasswordModel ChangePasswordModel
Field Value
PersonalInfoModel
Declaration
protected PersonalInfoModel PersonalInfoModel
Field Value
SelectedTab
Declaration
protected string SelectedTab
Field Value
Properties
ProfileAppService
Declaration
[Inject]
protected IProfileAppService ProfileAppService { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
ChangePasswordAsync()
Declaration
protected Task ChangePasswordAsync()
Returns
GetUserInformations()
Declaration
protected Task GetUserInformations()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
UpdatePersonalInfoAsync()
Declaration
protected virtual Task UpdatePersonalInfoAsync()
Returns
Implements
Extension Methods