Class IdentityUserIntegrationService
Inheritance
IdentityUserIntegrationService
Implements
IApplicationService
IRemoteService
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
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService