Interface ITenantAppService
Assembly: Volo.Abp.TenantManagement.Application.Contracts.dll
Syntax
public interface 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
Methods
DeleteDefaultConnectionStringAsync(Guid)
Declaration
Task DeleteDefaultConnectionStringAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
GetDefaultConnectionStringAsync(Guid)
Declaration
Task<string> GetDefaultConnectionStringAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
UpdateDefaultConnectionStringAsync(Guid, string)
Declaration
Task UpdateDefaultConnectionStringAsync(Guid id, string defaultConnectionString)
Parameters
Type |
Name |
Description |
Guid |
id |
|
string |
defaultConnectionString |
|
Returns
Extension Methods