Class AbpTenantClientProxy
Inherited Members
Namespace: Pages.Abp.MultiTenancy.ClientProxies
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
[RemoteService(false)]
[DisableConventionalRegistration]
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IAbpTenantAppService), typeof(AbpTenantClientProxy) })]
public class AbpTenantClientProxy : ClientProxyBase<IAbpTenantAppService>, ITransientDependency, IAbpTenantAppService, IApplicationService, IRemoteService
Constructors
AbpTenantClientProxy()
Declaration
public AbpTenantClientProxy()
Methods
FindTenantByIdAsync(Guid)
Declaration
public virtual Task<FindTenantResultDto> FindTenantByIdAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task<FindTenantResultDto> |
FindTenantByNameAsync(string)
Declaration
public virtual Task<FindTenantResultDto> FindTenantByNameAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
Task<FindTenantResultDto> |