Show / Hide Table of Contents

Class UrlShortingAdminClientProxy

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

Constructors

UrlShortingAdminClientProxy()

Declaration
public UrlShortingAdminClientProxy()

Methods

CreateAsync(CreateShortenedUrlDto)

Declaration
public virtual Task<ShortenedUrlDto> CreateAsync(CreateShortenedUrlDto input)
Parameters
Type Name Description
CreateShortenedUrlDto input
Returns
Type Description
Task<ShortenedUrlDto>

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

GetListAsync(GetShortenedUrlListInput)

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

UpdateAsync(Guid, UpdateShortenedUrlDto)

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

Implements

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