Show / Hide Table of Contents

Class AccountProfilePasswordManagementGroupViewComponent

Inheritance
System.Object
AccountProfilePasswordManagementGroupViewComponent
Namespace: Volo.Abp.Account.Web.Pages.Account.Components.ProfileManagementGroup.Password
Assembly: Volo.Abp.Account.Web.dll
Syntax
public class AccountProfilePasswordManagementGroupViewComponent : AbpViewComponent

Constructors

AccountProfilePasswordManagementGroupViewComponent(IProfileAppService)

Declaration
public AccountProfilePasswordManagementGroupViewComponent(IProfileAppService profileAppService)
Parameters
Type Name Description
IProfileAppService profileAppService

Methods

InvokeAsync()

Declaration
public Task<IViewComponentResult> InvokeAsync()
Returns
Type Description
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IViewComponentResult>

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