Show / Hide Table of Contents

Class AbpTenantAppService

Inheritance
System.Object
AbpTenantAppService
Implements
IAbpTenantAppService
Namespace: Pages.Abp.MultiTenancy
Assembly: Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll
Syntax
public class AbpTenantAppService : ApplicationService, IAbpTenantAppService

Constructors

AbpTenantAppService(ITenantStore)

Declaration
public AbpTenantAppService(ITenantStore tenantStore)
Parameters
Type Name Description
ITenantStore tenantStore

Properties

TenantStore

Declaration
protected ITenantStore TenantStore { get; }
Property Value
Type Description
ITenantStore

Methods

FindTenantByIdAsync(Guid)

Declaration
public Task<FindTenantResultDto> FindTenantByIdAsync(Guid id)
Parameters
Type Name Description
System.Guid id
Returns
Type Description
System.Threading.Tasks.Task<FindTenantResultDto>

FindTenantByNameAsync(String)

Declaration
public Task<FindTenantResultDto> FindTenantByNameAsync(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Threading.Tasks.Task<FindTenantResultDto>

Implements

IAbpTenantAppService

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft