Show / Hide Table of Contents

Class IdentityUserIntegrationService

Inheritance
object
IdentityAppServiceBase
IdentityUserIntegrationService
Implements
IIdentityUserIntegrationService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity.Integration
Assembly: Volo.Abp.Identity.Pro.Application.dll
Syntax
public class IdentityUserIntegrationService : IdentityAppServiceBase, IIdentityUserIntegrationService, IApplicationService, IRemoteService

Constructors

IdentityUserIntegrationService(IIdentityUserRepository)

Declaration
public IdentityUserIntegrationService(IIdentityUserRepository userRepository)
Parameters
Type Name Description
IIdentityUserRepository userRepository

Properties

UserRepository

Declaration
protected IIdentityUserRepository UserRepository { get; }
Property Value
Type Description
IIdentityUserRepository

Methods

GetRoleNamesAsync(Guid)

Declaration
public Task<string[]> GetRoleNamesAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<string[]>

Implements

IIdentityUserIntegrationService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft