Show / Hide Table of Contents

Class PageFeedbackAdminClientProxy

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

Constructors

PageFeedbackAdminClientProxy()

Declaration
public PageFeedbackAdminClientProxy()

Methods

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

GetEntityTypesAsync()

Declaration
public virtual Task<List<string>> GetEntityTypesAsync()
Returns
Type Description
Task<List<string>>

GetListAsync(GetPageFeedbackListInput)

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

GetSettingsAsync()

Declaration
public virtual Task<List<PageFeedbackSettingDto>> GetSettingsAsync()
Returns
Type Description
Task<List<PageFeedbackSettingDto>>

UpdateAsync(Guid, UpdatePageFeedbackDto)

Declaration
public virtual Task<PageFeedbackDto> UpdateAsync(Guid id, UpdatePageFeedbackDto dto)
Parameters
Type Name Description
Guid id
UpdatePageFeedbackDto dto
Returns
Type Description
Task<PageFeedbackDto>

UpdateSettingsAsync(UpdatePageFeedbackSettingsInput)

Declaration
public virtual Task UpdateSettingsAsync(UpdatePageFeedbackSettingsInput input)
Parameters
Type Name Description
UpdatePageFeedbackSettingsInput input
Returns
Type Description
Task

Implements

ITransientDependency
IPageFeedbackAdminAppService
IReadOnlyAppService<TEntityDto, TKey, TGetListInput>
IReadOnlyAppService<TGetOutputDto, TGetListOutputDto, TKey, TGetListInput>
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