Show / Hide Table of Contents

Class BlogFeatureAdminClientProxy

Inheritance
object
ClientProxyBase<IBlogFeatureAdminAppService>
BlogFeatureAdminClientProxy
Implements
ITransientDependency
IBlogFeatureAdminAppService
IApplicationService
IRemoteService
Inherited Members
ClientProxyBase<IBlogFeatureAdminAppService>.RequestAsync(string, ClientProxyRequestTypeValue)
ClientProxyBase<IBlogFeatureAdminAppService>.RequestAsync<T>(string, ClientProxyRequestTypeValue)
ClientProxyBase<IBlogFeatureAdminAppService>.BuildHttpProxyClientProxyContext(string, ClientProxyRequestTypeValue)
ClientProxyBase<IBlogFeatureAdminAppService>.RequestAsync<T>(ClientProxyRequestContext)
ClientProxyBase<IBlogFeatureAdminAppService>.RequestAsync(ClientProxyRequestContext)
ClientProxyBase<IBlogFeatureAdminAppService>.GetApiVersionInfoAsync(ClientProxyRequestContext)
ClientProxyBase<IBlogFeatureAdminAppService>.GetUrlWithParametersAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IBlogFeatureAdminAppService>.GetHttpContentAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IBlogFeatureAdminAppService>.FindBestApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IBlogFeatureAdminAppService>.GetConfiguredApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IBlogFeatureAdminAppService>.ThrowExceptionForResponseAsync(HttpResponseMessage)
ClientProxyBase<IBlogFeatureAdminAppService>.AddHeaders(IReadOnlyDictionary<string, object>, ActionApiDescriptionModel, HttpRequestMessage, ApiVersionInfo)
ClientProxyBase<IBlogFeatureAdminAppService>.RemoveQuotes(StringSegment)
ClientProxyBase<IBlogFeatureAdminAppService>.GetCancellationToken(IReadOnlyDictionary<string, object>)
ClientProxyBase<IBlogFeatureAdminAppService>.LazyServiceProvider
ClientProxyBase<IBlogFeatureAdminAppService>.ClientProxyApiDescriptionFinder
ClientProxyBase<IBlogFeatureAdminAppService>.CancellationTokenProvider
ClientProxyBase<IBlogFeatureAdminAppService>.CorrelationIdProvider
ClientProxyBase<IBlogFeatureAdminAppService>.CurrentTenant
ClientProxyBase<IBlogFeatureAdminAppService>.AbpCorrelationIdOptions
ClientProxyBase<IBlogFeatureAdminAppService>.HttpClientFactory
ClientProxyBase<IBlogFeatureAdminAppService>.RemoteServiceConfigurationProvider
ClientProxyBase<IBlogFeatureAdminAppService>.ClientOptions
ClientProxyBase<IBlogFeatureAdminAppService>.JsonSerializer
ClientProxyBase<IBlogFeatureAdminAppService>.ClientAuthenticator
ClientProxyBase<IBlogFeatureAdminAppService>.ClientProxyRequestPayloadBuilder
ClientProxyBase<IBlogFeatureAdminAppService>.ClientProxyUrlBuilder
ClientProxyBase<IBlogFeatureAdminAppService>.CurrentApiVersionInfo
ClientProxyBase<IBlogFeatureAdminAppService>.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(IBlogFeatureAdminAppService), typeof(BlogFeatureAdminClientProxy) })]
public class BlogFeatureAdminClientProxy : ClientProxyBase<IBlogFeatureAdminAppService>, ITransientDependency, IBlogFeatureAdminAppService, IApplicationService, IRemoteService

Constructors

BlogFeatureAdminClientProxy()

Declaration
public BlogFeatureAdminClientProxy()

Methods

GetListAsync(Guid)

Declaration
public virtual Task<List<BlogFeatureDto>> GetListAsync(Guid blogId)
Parameters
Type Name Description
Guid blogId
Returns
Type Description
Task<List<BlogFeatureDto>>

SetAsync(Guid, BlogFeatureInputDto)

Declaration
public virtual Task SetAsync(Guid blogId, BlogFeatureInputDto dto)
Parameters
Type Name Description
Guid blogId
BlogFeatureInputDto dto
Returns
Type Description
Task

Implements

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