Show / Hide Table of Contents

Class ProfileController

Inheritance
System.Object
AbpController
ProfileController
Implements
IAvoidDuplicateCrossCuttingConcerns
IProfileAppService
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.Identity
Assembly: Volo.Abp.Identity.HttpApi.dll
Syntax
public class ProfileController : AbpController, IAvoidDuplicateCrossCuttingConcerns, IProfileAppService, IApplicationService

Constructors

ProfileController(IProfileAppService)

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

Properties

ProfileAppService

Declaration
protected IProfileAppService ProfileAppService { get; }
Property Value
Type Description
IProfileAppService

Methods

ChangePasswordAsync(ChangePasswordInput)

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

GetAsync()

Declaration
public virtual Task<ProfileDto> GetAsync()
Returns
Type Description
System.Threading.Tasks.Task<ProfileDto>

UpdateAsync(UpdateProfileDto)

Declaration
public virtual Task<ProfileDto> UpdateAsync(UpdateProfileDto input)
Parameters
Type Name Description
UpdateProfileDto input
Returns
Type Description
System.Threading.Tasks.Task<ProfileDto>

Implements

IAvoidDuplicateCrossCuttingConcerns
IProfileAppService
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