Show / Hide Table of Contents

Interface ITenantAppService

Inherited Members
IReadOnlyAppService<TenantDto, TenantDto, Guid, GetTenantsInput>.GetAsync(Guid)
IReadOnlyAppService<TenantDto, TenantDto, Guid, GetTenantsInput>.GetListAsync(GetTenantsInput)
ICreateAppService<TenantDto, TenantCreateDto>.CreateAsync(TenantCreateDto)
IUpdateAppService<TenantDto, Guid, TenantUpdateDto>.UpdateAsync(Guid, TenantUpdateDto)
IDeleteAppService<Guid>.DeleteAsync(Guid)
Namespace: Volo.Abp.TenantManagement
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
Type Description
Task

GetDefaultConnectionStringAsync(Guid)

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

UpdateDefaultConnectionStringAsync(Guid, string)

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

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