Show / Hide Table of Contents

Class TenantClientProxy

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

Constructors

TenantClientProxy()

Declaration
public TenantClientProxy()

Methods

CreateAsync(TenantCreateDto)

Declaration
public virtual Task<TenantDto> CreateAsync(TenantCreateDto input)
Parameters
Type Name Description
TenantCreateDto input
Returns
Type Description
Task<TenantDto>

DeleteAsync(Guid)

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

DeleteDefaultConnectionStringAsync(Guid)

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

GetAsync(Guid)

Declaration
public virtual Task<TenantDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<TenantDto>

GetDefaultConnectionStringAsync(Guid)

Declaration
public virtual Task<string> GetDefaultConnectionStringAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<string>

GetListAsync(GetTenantsInput)

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

UpdateAsync(Guid, TenantUpdateDto)

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

UpdateDefaultConnectionStringAsync(Guid, string)

Declaration
public virtual Task UpdateDefaultConnectionStringAsync(Guid id, string defaultConnectionString)
Parameters
Type Name Description
Guid id
string defaultConnectionString
Returns
Type Description
Task

Implements

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