Class MauiBlazorRemoteTenantStore
Inheritance
MauiBlazorRemoteTenantStore
Implements
ITenantStore
ITransientDependency
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
public class MauiBlazorRemoteTenantStore : ITenantStore, ITransientDependency
Constructors
MauiBlazorRemoteTenantStore(AbpTenantClientProxy, IMemoryCache)
Declaration
public MauiBlazorRemoteTenantStore(AbpTenantClientProxy tenantAppService, IMemoryCache cache)
Parameters
Type |
Name |
Description |
AbpTenantClientProxy |
tenantAppService |
|
IMemoryCache |
cache |
|
Methods
CreateCacheKey(Guid)
Declaration
protected virtual string CreateCacheKey(Guid tenantId)
Parameters
Type |
Name |
Description |
Guid |
tenantId |
|
Returns
CreateCacheKey(string)
Declaration
protected virtual string CreateCacheKey(string tenantName)
Parameters
Type |
Name |
Description |
string |
tenantName |
|
Returns
CreateTenantConfiguration(FindTenantResultDto)
Declaration
protected virtual TenantConfiguration CreateTenantConfiguration(FindTenantResultDto tenantResultDto)
Parameters
Type |
Name |
Description |
FindTenantResultDto |
tenantResultDto |
|
Returns
Type |
Description |
TenantConfiguration |
|
Find(Guid)
Declaration
public TenantConfiguration Find(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Type |
Description |
TenantConfiguration |
|
Find(string)
Declaration
public TenantConfiguration Find(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Type |
Description |
TenantConfiguration |
|
FindAsync(Guid)
Declaration
public Task<TenantConfiguration> FindAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
Type |
Description |
Task<TenantConfiguration> |
|
FindAsync(string)
Declaration
public Task<TenantConfiguration> FindAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Type |
Description |
Task<TenantConfiguration> |
|
Implements
Volo.Abp.MultiTenancy.ITenantStore
Volo.Abp.DependencyInjection.ITransientDependency