Show / Hide Table of Contents

Class AbpTenantClientProxy

Inheritance
object
ClientProxyBase<IAbpTenantAppService>
AbpTenantClientProxy
Implements
ITransientDependency
IAbpTenantAppService
IApplicationService
IRemoteService
Inherited Members
ClientProxyBase<IAbpTenantAppService>.RequestAsync(string, ClientProxyRequestTypeValue)
ClientProxyBase<IAbpTenantAppService>.RequestAsync<T>(string, ClientProxyRequestTypeValue)
ClientProxyBase<IAbpTenantAppService>.BuildHttpProxyClientProxyContext(string, ClientProxyRequestTypeValue)
ClientProxyBase<IAbpTenantAppService>.RequestAsync<T>(ClientProxyRequestContext)
ClientProxyBase<IAbpTenantAppService>.RequestAsync(ClientProxyRequestContext)
ClientProxyBase<IAbpTenantAppService>.GetApiVersionInfoAsync(ClientProxyRequestContext)
ClientProxyBase<IAbpTenantAppService>.GetUrlWithParametersAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IAbpTenantAppService>.GetHttpContentAsync(ClientProxyRequestContext, ApiVersionInfo)
ClientProxyBase<IAbpTenantAppService>.FindBestApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IAbpTenantAppService>.GetConfiguredApiVersionAsync(ClientProxyRequestContext)
ClientProxyBase<IAbpTenantAppService>.ThrowExceptionForResponseAsync(HttpResponseMessage)
ClientProxyBase<IAbpTenantAppService>.AddHeaders(IReadOnlyDictionary<string, object>, ActionApiDescriptionModel, HttpRequestMessage, ApiVersionInfo)
ClientProxyBase<IAbpTenantAppService>.RemoveQuotes(StringSegment)
ClientProxyBase<IAbpTenantAppService>.GetCancellationToken(IReadOnlyDictionary<string, object>)
ClientProxyBase<IAbpTenantAppService>.LazyServiceProvider
ClientProxyBase<IAbpTenantAppService>.ClientProxyApiDescriptionFinder
ClientProxyBase<IAbpTenantAppService>.CancellationTokenProvider
ClientProxyBase<IAbpTenantAppService>.CorrelationIdProvider
ClientProxyBase<IAbpTenantAppService>.CurrentTenant
ClientProxyBase<IAbpTenantAppService>.AbpCorrelationIdOptions
ClientProxyBase<IAbpTenantAppService>.HttpClientFactory
ClientProxyBase<IAbpTenantAppService>.RemoteServiceConfigurationProvider
ClientProxyBase<IAbpTenantAppService>.ClientOptions
ClientProxyBase<IAbpTenantAppService>.JsonSerializer
ClientProxyBase<IAbpTenantAppService>.ClientAuthenticator
ClientProxyBase<IAbpTenantAppService>.ClientProxyRequestPayloadBuilder
ClientProxyBase<IAbpTenantAppService>.ClientProxyUrlBuilder
ClientProxyBase<IAbpTenantAppService>.CurrentApiVersionInfo
ClientProxyBase<IAbpTenantAppService>.LocalEventBus
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Pages.Abp.MultiTenancy.ClientProxies
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
[RemoteService(false)]
[DisableConventionalRegistration]
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IAbpTenantAppService), typeof(AbpTenantClientProxy) })]
public class AbpTenantClientProxy : ClientProxyBase<IAbpTenantAppService>, ITransientDependency, IAbpTenantAppService, IApplicationService, IRemoteService

Constructors

AbpTenantClientProxy()

Declaration
public AbpTenantClientProxy()

Methods

FindTenantByIdAsync(Guid)

Declaration
public virtual Task<FindTenantResultDto> FindTenantByIdAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<FindTenantResultDto>

FindTenantByNameAsync(string)

Declaration
public virtual Task<FindTenantResultDto> FindTenantByNameAsync(string name)
Parameters
Type Name Description
string name
Returns
Type Description
Task<FindTenantResultDto>

Implements

ITransientDependency
IAbpTenantAppService
IApplicationService
IRemoteService

Extension Methods

AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<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>)
AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In this article
Back to top Powered by ABP.IO Platform