Show / Hide Table of Contents

Class TenantClientProxy

Inheritance
object
TenantClientProxy
Implements
ITenantAppService
ICrudAppService<SaasTenantDto, Guid, GetTenantsInput, SaasTenantCreateDto, SaasTenantUpdateDto>
ICrudAppService<SaasTenantDto, SaasTenantDto, Guid, GetTenantsInput, SaasTenantCreateDto, SaasTenantUpdateDto>
IReadOnlyAppService<SaasTenantDto, SaasTenantDto, Guid, GetTenantsInput>
IApplicationService
IRemoteService
ICreateUpdateAppService<SaasTenantDto, Guid, SaasTenantCreateDto, SaasTenantUpdateDto>
ICreateAppService<SaasTenantDto, SaasTenantCreateDto>
IUpdateAppService<SaasTenantDto, Guid, SaasTenantUpdateDto>
IDeleteAppService<Guid>
Namespace: Volo.Saas.Host
Assembly: Volo.Saas.Host.HttpApi.Client.dll
Syntax
public class TenantClientProxy : ClientProxyBase<ITenantAppService>, ITenantAppService, ICrudAppService<SaasTenantDto, Guid, GetTenantsInput, SaasTenantCreateDto, SaasTenantUpdateDto>, ICrudAppService<SaasTenantDto, SaasTenantDto, Guid, GetTenantsInput, SaasTenantCreateDto, SaasTenantUpdateDto>, IReadOnlyAppService<SaasTenantDto, SaasTenantDto, Guid, GetTenantsInput>, IApplicationService, IRemoteService, ICreateUpdateAppService<SaasTenantDto, Guid, SaasTenantCreateDto, SaasTenantUpdateDto>, ICreateAppService<SaasTenantDto, SaasTenantCreateDto>, IUpdateAppService<SaasTenantDto, Guid, SaasTenantUpdateDto>, IDeleteAppService<Guid>

Constructors

TenantClientProxy()

Declaration
public TenantClientProxy()

Methods

ApplyDatabaseMigrationsAsync(Guid)

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

CheckConnectionStringAsync(string)

Declaration
public virtual Task<bool> CheckConnectionStringAsync(string connectionString)
Parameters
Type Name Description
string connectionString
Returns
Type Description
Task<bool>

CreateAsync(SaasTenantCreateDto)

Declaration
public virtual Task<SaasTenantDto> CreateAsync(SaasTenantCreateDto input)
Parameters
Type Name Description
SaasTenantCreateDto input
Returns
Type Description
Task<SaasTenantDto>

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

GetConnectionStringsAsync(Guid)

Declaration
public virtual Task<SaasTenantConnectionStringsDto> GetConnectionStringsAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<SaasTenantConnectionStringsDto>

GetDatabasesAsync()

Declaration
public virtual Task<SaasTenantDatabasesDto> GetDatabasesAsync()
Returns
Type Description
Task<SaasTenantDatabasesDto>

GetEditionLookupAsync()

Declaration
public virtual Task<List<EditionLookupDto>> GetEditionLookupAsync()
Returns
Type Description
Task<List<EditionLookupDto>>

GetListAsync(GetTenantsInput)

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

SetPasswordAsync(Guid, SaasTenantSetPasswordDto)

Declaration
public virtual Task SetPasswordAsync(Guid id, SaasTenantSetPasswordDto input)
Parameters
Type Name Description
Guid id
SaasTenantSetPasswordDto input
Returns
Type Description
Task

UpdateAsync(Guid, SaasTenantUpdateDto)

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

UpdateConnectionStringsAsync(Guid, SaasTenantConnectionStringsDto)

Declaration
public virtual Task UpdateConnectionStringsAsync(Guid id, SaasTenantConnectionStringsDto input)
Parameters
Type Name Description
Guid id
SaasTenantConnectionStringsDto input
Returns
Type Description
Task

Implements

ITenantAppService
Volo.Abp.Application.Services.ICrudAppService<,,,,>
Volo.Abp.Application.Services.ICrudAppService<,,,,,>
Volo.Abp.Application.Services.IReadOnlyAppService<,,,>
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
Volo.Abp.Application.Services.ICreateUpdateAppService<,,,>
Volo.Abp.Application.Services.ICreateAppService<,>
Volo.Abp.Application.Services.IUpdateAppService<,,>
Volo.Abp.Application.Services.IDeleteAppService<>
In this article
Back to top Powered by Volosoft