Show / Hide Table of Contents

Class BlogAdminClientProxy

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

Constructors

BlogAdminClientProxy()

Declaration
public BlogAdminClientProxy()

Methods

CreateAsync(CreateBlogDto)

Declaration
public virtual Task<BlogDto> CreateAsync(CreateBlogDto input)
Parameters
Type Name Description
CreateBlogDto input
Returns
Type Description
Task<BlogDto>

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

GetListAsync(BlogGetListInput)

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

UpdateAsync(Guid, UpdateBlogDto)

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

Implements

ITransientDependency
IBlogAdminAppService
ICrudAppService<TEntityDto, TKey, TGetListInput, TCreateInput, TUpdateInput>
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