Class ChatUserLookupService
Inheritance
System.Object
ChatUserLookupService
Namespace: Volo.Chat.Users
Assembly: Volo.Chat.Domain.dll
Syntax
public class ChatUserLookupService : UserLookupService<ChatUser, IChatUserRepository>, IChatUserLookupService, IUserLookupService<ChatUser>
Constructors
ChatUserLookupService(IChatUserRepository, IUnitOfWorkManager)
Declaration
public ChatUserLookupService(IChatUserRepository userRepository, IUnitOfWorkManager unitOfWorkManager)
Parameters
| Type | Name | Description |
|---|---|---|
| IChatUserRepository | userRepository | |
| IUnitOfWorkManager | unitOfWorkManager |
Methods
CreateUser(IUserData)
Declaration
protected override ChatUser CreateUser(IUserData externalUser)
Parameters
| Type | Name | Description |
|---|---|---|
| IUserData | externalUser |
Returns
| Type | Description |
|---|---|
| ChatUser |
Implements
IUserLookupService<>