Show / Hide Table of Contents

Class AccountManageBase

Inheritance
System.Object
AccountManageBase
Namespace: Volo.Abp.Account.Blazor.Pages.Account
Assembly: Volo.Abp.Account.Blazor.dll
Syntax
public abstract class AccountManageBase : OwningComponentBase

Fields

ChangePasswordModel

Declaration
protected ChangePasswordModel ChangePasswordModel
Field Value
Type Description
ChangePasswordModel

PersonalInfoModel

Declaration
protected PersonalInfoModel PersonalInfoModel
Field Value
Type Description
PersonalInfoModel

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
Type Description
IObjectMapper<AbpAccountBlazorModule>

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft