Show / Hide Table of Contents

Class AccountController

Inheritance
System.Object
AbpController
AccountController
Implements
IAvoidDuplicateCrossCuttingConcerns
IAccountAppService
IApplicationService
Inherited Members
AbpController.ServiceProvider
AbpController.ServiceProviderLock
AbpController.LazyGetRequiredService<TService>(TService)
AbpController.LazyGetRequiredService<TRef>(Type, TRef)
AbpController.UnitOfWorkManager
AbpController.ObjectMapperContext
AbpController.ObjectMapper
AbpController.GuidGenerator
AbpController.LoggerFactory
AbpController.Logger
AbpController.CurrentUser
AbpController.CurrentTenant
AbpController.AuthorizationService
AbpController.CurrentUnitOfWork
AbpController.Clock
AbpController.ModelValidator
AbpController.FeatureChecker
AbpController.StringLocalizerFactory
AbpController.L
AbpController.LocalizationResource
AbpController.AppliedCrossCuttingConcerns
AbpController.ValidateModel()
AbpController.CreateLocalizer()
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.HttpApi.dll
Syntax
public class AccountController : AbpController, IAvoidDuplicateCrossCuttingConcerns, IAccountAppService, IApplicationService

Constructors

AccountController(IAccountAppService)

Declaration
public AccountController(IAccountAppService accountAppService)
Parameters
Type Name Description
IAccountAppService accountAppService

Properties

AccountAppService

Declaration
protected IAccountAppService AccountAppService { get; }
Property Value
Type Description
IAccountAppService

Methods

RegisterAsync(RegisterDto)

Declaration
public virtual Task<IdentityUserDto> RegisterAsync(RegisterDto input)
Parameters
Type Name Description
RegisterDto input
Returns
Type Description
System.Threading.Tasks.Task<IdentityUserDto>

ResetPasswordAsync(ResetPasswordDto)

Declaration
public virtual Task ResetPasswordAsync(ResetPasswordDto input)
Parameters
Type Name Description
ResetPasswordDto input
Returns
Type Description
System.Threading.Tasks.Task

SendPasswordResetCodeAsync(SendPasswordResetCodeDto)

Declaration
public virtual Task SendPasswordResetCodeAsync(SendPasswordResetCodeDto input)
Parameters
Type Name Description
SendPasswordResetCodeDto input
Returns
Type Description
System.Threading.Tasks.Task

Implements

IAvoidDuplicateCrossCuttingConcerns
IAccountAppService
IApplicationService

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, 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