Show / Hide Table of Contents

Class FaqSectionAdminClientProxy

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

Constructors

FaqSectionAdminClientProxy()

Declaration
public FaqSectionAdminClientProxy()

Methods

CreateAsync(CreateFaqSectionDto)

Declaration
public virtual Task<FaqSectionDto> CreateAsync(CreateFaqSectionDto input)
Parameters
Type Name Description
CreateFaqSectionDto input
Returns
Type Description
Task<FaqSectionDto>

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

GetGroupsAsync()

Declaration
public virtual Task<Dictionary<string, FaqGroupInfoDto>> GetGroupsAsync()
Returns
Type Description
Task<Dictionary<string, FaqGroupInfoDto>>

GetListAsync(FaqSectionListFilterDto)

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

UpdateAsync(Guid, UpdateFaqSectionDto)

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

Implements

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