Show / Hide Table of Contents

Class TagAdminClientProxy

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

Constructors

TagAdminClientProxy()

Declaration
public TagAdminClientProxy()

Methods

CreateAsync(TagCreateDto)

Declaration
public virtual Task<TagDto> CreateAsync(TagCreateDto input)
Parameters
Type Name Description
TagCreateDto input
Returns
Type Description
Task<TagDto>

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

GetListAsync(TagGetListInput)

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

GetTagDefinitionsAsync()

Declaration
public virtual Task<List<TagDefinitionDto>> GetTagDefinitionsAsync()
Returns
Type Description
Task<List<TagDefinitionDto>>

UpdateAsync(Guid, TagUpdateDto)

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

Implements

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