Show / Hide Table of Contents

Class ChatUserLookupService

Inheritance
System.Object
ChatUserLookupService
Implements
IChatUserLookupService
IUserLookupService<ChatUser>
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

IChatUserLookupService
IUserLookupService<>
Back to top Powered by Volosoft