Show / Hide Table of Contents

Class CommentPublicClientProxy

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

Constructors

CommentPublicClientProxy()

Declaration
public CommentPublicClientProxy()

Methods

CreateAsync(string, string, CreateCommentInput)

Declaration
public virtual Task<CommentDto> CreateAsync(string entityType, string entityId, CreateCommentInput input)
Parameters
Type Name Description
string entityType
string entityId
CreateCommentInput input
Returns
Type Description
Task<CommentDto>

DeleteAsync(Guid)

Declaration
public virtual Task DeleteAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

GetListAsync(string, string)

Declaration
public virtual Task<ListResultDto<CommentWithDetailsDto>> GetListAsync(string entityType, string entityId)
Parameters
Type Name Description
string entityType
string entityId
Returns
Type Description
Task<ListResultDto<CommentWithDetailsDto>>

UpdateAsync(Guid, UpdateCommentInput)

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

Implements

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