Show / Hide Table of Contents

Class MauiBlazorRemoteTenantStore

Inheritance
object
MauiBlazorRemoteTenantStore
Implements
ITenantStore
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.LeptonTheme.MauiBlazor
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
Type Description
string

CreateCacheKey(string)

Declaration
protected virtual string CreateCacheKey(string tenantName)
Parameters
Type Name Description
string tenantName
Returns
Type Description
string

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
In this article
Back to top Powered by Volosoft