Class ApiScopesClientProxy
Implements
ICrudAppService<ApiScopeWithDetailsDto, Guid, GetApiScopeListInput, CreateApiScopeDto, UpdateApiScopeDto>
Inherited Members
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IApiScopeAppService), typeof(ApiScopesClientProxy) })]
public class ApiScopesClientProxy : ClientProxyBase<IApiScopeAppService>, ITransientDependency, IApiScopeAppService, ICrudAppService<ApiScopeWithDetailsDto, Guid, GetApiScopeListInput, CreateApiScopeDto, UpdateApiScopeDto>, ICrudAppService<ApiScopeWithDetailsDto, ApiScopeWithDetailsDto, Guid, GetApiScopeListInput, CreateApiScopeDto, UpdateApiScopeDto>, IReadOnlyAppService<ApiScopeWithDetailsDto, ApiScopeWithDetailsDto, Guid, GetApiScopeListInput>, ICreateUpdateAppService<ApiScopeWithDetailsDto, Guid, CreateApiScopeDto, UpdateApiScopeDto>, ICreateAppService<ApiScopeWithDetailsDto, CreateApiScopeDto>, IUpdateAppService<ApiScopeWithDetailsDto, Guid, UpdateApiScopeDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService
Constructors
ApiScopesClientProxy()
Declaration
public ApiScopesClientProxy()
Methods
CreateAsync(CreateApiScopeDto)
Declaration
public virtual Task<ApiScopeWithDetailsDto> CreateAsync(CreateApiScopeDto input)
Parameters
Type | Name | Description |
---|---|---|
CreateApiScopeDto | input |
Returns
Type | Description |
---|---|
Task<ApiScopeWithDetailsDto> |
DeleteAsync(Guid)
Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task |
GetAllListAsync()
Declaration
public virtual Task<List<ApiScopeWithDetailsDto>> GetAllListAsync()
Returns
Type | Description |
---|---|
Task<List<ApiScopeWithDetailsDto>> |
GetAsync(Guid)
Declaration
public virtual Task<ApiScopeWithDetailsDto> GetAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task<ApiScopeWithDetailsDto> |
GetListAsync(GetApiScopeListInput)
Declaration
public virtual Task<PagedResultDto<ApiScopeWithDetailsDto>> GetListAsync(GetApiScopeListInput input)
Parameters
Type | Name | Description |
---|---|---|
GetApiScopeListInput | input |
Returns
Type | Description |
---|---|
Task<PagedResultDto<ApiScopeWithDetailsDto>> |
UpdateAsync(Guid, UpdateApiScopeDto)
Declaration
public virtual Task<ApiScopeWithDetailsDto> UpdateAsync(Guid id, UpdateApiScopeDto input)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | |
UpdateApiScopeDto | input |
Returns
Type | Description |
---|---|
Task<ApiScopeWithDetailsDto> |