Show / Hide Table of Contents

Class TagPublicClientProxy

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

Constructors

TagPublicClientProxy()

Declaration
public TagPublicClientProxy()

Methods

GetAllRelatedTagsAsync(string, string)

Declaration
public virtual Task<List<TagDto>> GetAllRelatedTagsAsync(string entityType, string entityId)
Parameters
Type Name Description
string entityType
string entityId
Returns
Type Description
Task<List<TagDto>>

GetPopularTagsAsync(string, int)

Declaration
public virtual Task<List<PopularTagDto>> GetPopularTagsAsync(string entityType, int maxCount)
Parameters
Type Name Description
string entityType
int maxCount
Returns
Type Description
Task<List<PopularTagDto>>

Implements

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