Show / Hide Table of Contents

Class ApplicationClientProxy

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

Constructors

ApplicationClientProxy()

Declaration
public ApplicationClientProxy()

Methods

CreateAsync(CreateApplicationInput)

Declaration
public virtual Task<ApplicationDto> CreateAsync(CreateApplicationInput input)
Parameters
Type Name Description
CreateApplicationInput input
Returns
Type Description
Task<ApplicationDto>

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<ApplicationDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<ApplicationDto>

GetListAsync(GetApplicationListInput)

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

GetTokenLifetimeAsync(Guid)

Declaration
public virtual Task<ApplicationTokenLifetimeDto> GetTokenLifetimeAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<ApplicationTokenLifetimeDto>

SetTokenLifetimeAsync(Guid, ApplicationTokenLifetimeDto)

Declaration
public virtual Task SetTokenLifetimeAsync(Guid id, ApplicationTokenLifetimeDto input)
Parameters
Type Name Description
Guid id
ApplicationTokenLifetimeDto input
Returns
Type Description
Task

UpdateAsync(Guid, UpdateApplicationInput)

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

Implements

ITransientDependency
IApplicationAppService
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