Show / Hide Table of Contents

Class IdentityUserIntegrationClientProxy

Inheritance
object
IdentityUserIntegrationClientProxy
Implements
IIdentityUserIntegrationService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Identity.Integration
Assembly: Volo.Abp.Identity.Pro.HttpApi.Client.dll
Syntax
public class IdentityUserIntegrationClientProxy : ClientProxyBase<IIdentityUserIntegrationService>, IIdentityUserIntegrationService, IApplicationService, IRemoteService

Constructors

IdentityUserIntegrationClientProxy()

Declaration
public IdentityUserIntegrationClientProxy()

Methods

GetRoleNamesAsync(Guid)

Declaration
public virtual 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