Show / Hide Table of Contents

Class AccountIdentityUserCreatedEventHandler

Inheritance
object
AccountIdentityUserCreatedEventHandler
Implements
IDistributedEventHandler<IdentityUserCreatedEto>
IEventHandler
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Emailing
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
public class AccountIdentityUserCreatedEventHandler : IDistributedEventHandler<IdentityUserCreatedEto>, IEventHandler, ITransientDependency

Constructors

AccountIdentityUserCreatedEventHandler(IdentityUserManager, IAccountEmailer, ISettingProvider)

Declaration
public AccountIdentityUserCreatedEventHandler(IdentityUserManager userManager, IAccountEmailer accountEmailer, ISettingProvider settingProvider)
Parameters
Type Name Description
IdentityUserManager userManager
IAccountEmailer accountEmailer
ISettingProvider settingProvider

Properties

AccountEmailer

Declaration
protected IAccountEmailer AccountEmailer { get; }
Property Value
Type Description
IAccountEmailer

SettingProvider

Declaration
protected ISettingProvider SettingProvider { get; }
Property Value
Type Description
ISettingProvider

UserManager

Declaration
protected IdentityUserManager UserManager { get; }
Property Value
Type Description
IdentityUserManager

Methods

HandleEventAsync(IdentityUserCreatedEto)

Declaration
public Task HandleEventAsync(IdentityUserCreatedEto eventData)
Parameters
Type Name Description
IdentityUserCreatedEto eventData
Returns
Type Description
Task

Implements

Volo.Abp.EventBus.Distributed.IDistributedEventHandler<>
Volo.Abp.EventBus.IEventHandler
Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft