Show / Hide Table of Contents

Class PageFeedbackPublicClientProxy

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

Constructors

PageFeedbackPublicClientProxy()

Declaration
public PageFeedbackPublicClientProxy()

Methods

ChangeIsUsefulAsync(ChangeIsUsefulInput)

Declaration
public virtual Task<PageFeedbackDto> ChangeIsUsefulAsync(ChangeIsUsefulInput input)
Parameters
Type Name Description
ChangeIsUsefulInput input
Returns
Type Description
Task<PageFeedbackDto>

CreateAsync(CreatePageFeedbackInput)

Declaration
public virtual Task<PageFeedbackDto> CreateAsync(CreatePageFeedbackInput input)
Parameters
Type Name Description
CreatePageFeedbackInput input
Returns
Type Description
Task<PageFeedbackDto>

InitializeUserNoteAsync(InitializeUserNoteInput)

Declaration
public virtual Task<PageFeedbackDto> InitializeUserNoteAsync(InitializeUserNoteInput input)
Parameters
Type Name Description
InitializeUserNoteInput input
Returns
Type Description
Task<PageFeedbackDto>

Implements

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