Show / Hide Table of Contents

Class AccountManageBase

Inheritance
object
ComponentBase
OwningComponentBase
AccountManageBase
Manage
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
OwningComponentBase.Dispose(bool)
OwningComponentBase.IsDisposed
OwningComponentBase.ScopedServices
ComponentBase.BuildRenderTree(RenderTreeBuilder)
ComponentBase.OnInitialized()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.Blazor.Pages.Account
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
Type Description
ChangePasswordModel

PersonalInfoModel

Declaration
protected PersonalInfoModel PersonalInfoModel
Field Value
Type Description
PersonalInfoModel

SelectedTab

Declaration
protected string SelectedTab
Field Value
Type Description
string

Properties

AccountAppService

Declaration
[Inject]
protected IAccountAppService AccountAppService { get; set; }
Property Value
Type Description
IAccountAppService

L

Declaration
[Inject]
protected IStringLocalizer<AccountResource> L { get; set; }
Property Value
Type Description
IStringLocalizer<AccountResource>

ObjectMapper

Declaration
[Inject]
protected IObjectMapper<AbpAccountPublicBlazorModule> ObjectMapper { get; set; }
Property Value
Type Description
IObjectMapper<AbpAccountPublicBlazorModule>

ProfileAppService

Declaration
[Inject]
protected IProfileAppService ProfileAppService { get; set; }
Property Value
Type Description
IProfileAppService

UiLocalizer

Declaration
[Inject]
protected IStringLocalizer<AbpUiResource> UiLocalizer { get; set; }
Property Value
Type Description
IStringLocalizer<AbpUiResource>

UiMessageService

Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Type Description
IUiMessageService

Methods

ChangePasswordAsync()

Declaration
protected Task ChangePasswordAsync()
Returns
Type Description
Task

GetUserInformations()

Declaration
protected Task GetUserInformations()
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
Overrides
ComponentBase.OnInitializedAsync()

UpdatePersonalInfoAsync()

Declaration
protected Task UpdatePersonalInfoAsync()
Returns
Type Description
Task

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform