Show / Hide Table of Contents

Class PageAdminClientProxy

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

Constructors

PageAdminClientProxy()

Declaration
public PageAdminClientProxy()

Methods

CreateAsync(CreatePageInputDto)

Declaration
public virtual Task<PageDto> CreateAsync(CreatePageInputDto input)
Parameters
Type Name Description
CreatePageInputDto input
Returns
Type Description
Task<PageDto>

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

GetListAsync(GetPagesInputDto)

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

SetAsHomePageAsync(Guid)

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

UpdateAsync(Guid, UpdatePageInputDto)

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

Implements

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