Class IdentityClaimTypeClientProxy
Implements
ICrudAppService<ClaimTypeDto, Guid, GetIdentityClaimTypesInput, CreateClaimTypeDto, UpdateClaimTypeDto>
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IIdentityClaimTypeAppService), typeof(IdentityClaimTypeClientProxy) })]
public class IdentityClaimTypeClientProxy : ClientProxyBase<IIdentityClaimTypeAppService>, ITransientDependency, IIdentityClaimTypeAppService, ICrudAppService<ClaimTypeDto, Guid, GetIdentityClaimTypesInput, CreateClaimTypeDto, UpdateClaimTypeDto>, ICrudAppService<ClaimTypeDto, ClaimTypeDto, Guid, GetIdentityClaimTypesInput, CreateClaimTypeDto, UpdateClaimTypeDto>, IReadOnlyAppService<ClaimTypeDto, ClaimTypeDto, Guid, GetIdentityClaimTypesInput>, ICreateUpdateAppService<ClaimTypeDto, Guid, CreateClaimTypeDto, UpdateClaimTypeDto>, ICreateAppService<ClaimTypeDto, CreateClaimTypeDto>, IUpdateAppService<ClaimTypeDto, Guid, UpdateClaimTypeDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService
Constructors
IdentityClaimTypeClientProxy()
Declaration
public IdentityClaimTypeClientProxy()
Methods
CreateAsync(CreateClaimTypeDto)
Declaration
public virtual Task<ClaimTypeDto> CreateAsync(CreateClaimTypeDto input)
Parameters
Type | Name | Description |
---|---|---|
CreateClaimTypeDto | input |
Returns
Type | Description |
---|---|
Task<ClaimTypeDto> |
DeleteAsync(Guid)
Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task |
GetAsync(Guid)
Declaration
public virtual Task<ClaimTypeDto> GetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task<ClaimTypeDto> |
GetListAsync(GetIdentityClaimTypesInput)
Declaration
public virtual Task<PagedResultDto<ClaimTypeDto>> GetListAsync(GetIdentityClaimTypesInput input)
Parameters
Type | Name | Description |
---|---|---|
GetIdentityClaimTypesInput | input |
Returns
Type | Description |
---|---|
Task<PagedResultDto<ClaimTypeDto>> |
UpdateAsync(Guid, UpdateClaimTypeDto)
Declaration
public virtual Task<ClaimTypeDto> UpdateAsync(Guid id, UpdateClaimTypeDto input)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | |
UpdateClaimTypeDto | input |
Returns
Type | Description |
---|---|
Task<ClaimTypeDto> |