Show / Hide Table of Contents

Class IdentityRoleClientProxy

Inheritance
object
ClientProxyBase<IIdentityRoleAppService>
IdentityRoleClientProxy
Implements
ITransientDependency
IIdentityRoleAppService
ICrudAppService<IdentityRoleDto, Guid, GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>
ICrudAppService<IdentityRoleDto, IdentityRoleDto, Guid, GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>
IReadOnlyAppService<IdentityRoleDto, IdentityRoleDto, Guid, GetIdentityRolesInput>
ICreateUpdateAppService<IdentityRoleDto, Guid, IdentityRoleCreateDto, IdentityRoleUpdateDto>
ICreateAppService<IdentityRoleDto, IdentityRoleCreateDto>
IUpdateAppService<IdentityRoleDto, Guid, IdentityRoleUpdateDto>
IDeleteAppService<Guid>
IApplicationService
IRemoteService
Inherited Members
ClientProxyBase<IIdentityRoleAppService>.RequestAsync(string, ClientProxyRequestTypeValue)
ClientProxyBase<IIdentityRoleAppService>.RequestAsync<T>(string, ClientProxyRequestTypeValue)
ClientProxyBase<IIdentityRoleAppService>.BuildHttpProxyClientProxyContext(string, ClientProxyRequestTypeValue)
ClientProxyBase<IIdentityRoleAppService>.RequestAsync<T>(ClientProxyRequestContext)
ClientProxyBase<IIdentityRoleAppService>.RequestAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityRoleAppService>.GetApiVersionInfoAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityRoleAppService>.GetUrlWithParametersAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IIdentityRoleAppService>.GetHttpContentAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IIdentityRoleAppService>.FindBestApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityRoleAppService>.GetConfiguredApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IIdentityRoleAppService>.ThrowExceptionForResponseAsync(HttpResponseMessage)
ClientProxyBase<IIdentityRoleAppService>.AddHeaders(IReadOnlyDictionary<string, object>, ActionApiDescriptionModel, HttpRequestMessage, ApiVersionInfo)
ClientProxyBase<IIdentityRoleAppService>.RemoveQuotes(StringSegment)
ClientProxyBase<IIdentityRoleAppService>.GetCancellationToken(IReadOnlyDictionary<string, object>)
ClientProxyBase<IIdentityRoleAppService>.LazyServiceProvider
ClientProxyBase<IIdentityRoleAppService>.ClientProxyApiDescriptionFinder
ClientProxyBase<IIdentityRoleAppService>.CancellationTokenProvider
ClientProxyBase<IIdentityRoleAppService>.CorrelationIdProvider
ClientProxyBase<IIdentityRoleAppService>.CurrentTenant
ClientProxyBase<IIdentityRoleAppService>.AbpCorrelationIdOptions
ClientProxyBase<IIdentityRoleAppService>.HttpClientFactory
ClientProxyBase<IIdentityRoleAppService>.RemoteServiceConfigurationProvider
ClientProxyBase<IIdentityRoleAppService>.ClientOptions
ClientProxyBase<IIdentityRoleAppService>.JsonSerializer
ClientProxyBase<IIdentityRoleAppService>.ClientAuthenticator
ClientProxyBase<IIdentityRoleAppService>.ClientProxyRequestPayloadBuilder
ClientProxyBase<IIdentityRoleAppService>.ClientProxyUrlBuilder
ClientProxyBase<IIdentityRoleAppService>.CurrentApiVersionInfo
ClientProxyBase<IIdentityRoleAppService>.LocalEventBus
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IIdentityRoleAppService), typeof(IdentityRoleClientProxy) })]
public class IdentityRoleClientProxy : ClientProxyBase<IIdentityRoleAppService>, ITransientDependency, IIdentityRoleAppService, ICrudAppService<IdentityRoleDto, Guid, GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>, ICrudAppService<IdentityRoleDto, IdentityRoleDto, Guid, GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleUpdateDto>, IReadOnlyAppService<IdentityRoleDto, IdentityRoleDto, Guid, GetIdentityRolesInput>, ICreateUpdateAppService<IdentityRoleDto, Guid, IdentityRoleCreateDto, IdentityRoleUpdateDto>, ICreateAppService<IdentityRoleDto, IdentityRoleCreateDto>, IUpdateAppService<IdentityRoleDto, Guid, IdentityRoleUpdateDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService

Constructors

IdentityRoleClientProxy()

Declaration
public IdentityRoleClientProxy()

Methods

CreateAsync(IdentityRoleCreateDto)

Declaration
public virtual Task<IdentityRoleDto> CreateAsync(IdentityRoleCreateDto input)
Parameters
Type Name Description
IdentityRoleCreateDto input
Returns
Type Description
Task<IdentityRoleDto>

DeleteAsync(Guid)

Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

GetAllClaimTypesAsync()

Declaration
public virtual Task<List<ClaimTypeDto>> GetAllClaimTypesAsync()
Returns
Type Description
Task<List<ClaimTypeDto>>

GetAllListAsync()

Declaration
public virtual Task<ListResultDto<IdentityRoleDto>> GetAllListAsync()
Returns
Type Description
Task<ListResultDto<IdentityRoleDto>>

GetAsync(Guid)

Declaration
public virtual Task<IdentityRoleDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<IdentityRoleDto>

GetClaimsAsync(Guid)

Declaration
public virtual Task<List<IdentityRoleClaimDto>> GetClaimsAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<List<IdentityRoleClaimDto>>

GetListAsync(GetIdentityRoleListInput)

Declaration
public virtual Task<PagedResultDto<IdentityRoleDto>> GetListAsync(GetIdentityRoleListInput input)
Parameters
Type Name Description
GetIdentityRoleListInput input
Returns
Type Description
Task<PagedResultDto<IdentityRoleDto>>

GetListAsync(GetIdentityRolesInput)

Declaration
public virtual Task<PagedResultDto<IdentityRoleDto>> GetListAsync(GetIdentityRolesInput input)
Parameters
Type Name Description
GetIdentityRolesInput input
Returns
Type Description
Task<PagedResultDto<IdentityRoleDto>>

MoveAllUsersAsync(Guid, Guid?)

Declaration
public virtual Task MoveAllUsersAsync(Guid id, Guid? roleId)
Parameters
Type Name Description
Guid id
Guid? roleId
Returns
Type Description
Task

UpdateAsync(Guid, IdentityRoleUpdateDto)

Declaration
public virtual Task<IdentityRoleDto> UpdateAsync(Guid id, IdentityRoleUpdateDto input)
Parameters
Type Name Description
Guid id
IdentityRoleUpdateDto input
Returns
Type Description
Task<IdentityRoleDto>

UpdateClaimsAsync(Guid, List<IdentityRoleClaimDto>)

Declaration
public virtual Task UpdateClaimsAsync(Guid id, List<IdentityRoleClaimDto> input)
Parameters
Type Name Description
Guid id
List<IdentityRoleClaimDto> input
Returns
Type Description
Task

Implements

ITransientDependency
IIdentityRoleAppService
ICrudAppService<TEntityDto, TKey, TGetListInput, TCreateInput, TUpdateInput>
ICrudAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput, TCreateInput, TUpdateInput>
IReadOnlyAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput>
ICreateUpdateAppService<TGetOutputDto, TKey, TCreateUpdateInput, TUpdateInput>
ICreateAppService<TGetOutputDto, TCreateInput>
IUpdateAppService<TGetOutputDto, TKey, TUpdateInput>
IDeleteAppService<TKey>
IApplicationService
IRemoteService

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform