Class DefaultTenantStore
Inheritance
System.Object
DefaultTenantStore
Implements
ITransientDependency
Assembly: Volo.Abp.MultiTenancy.dll
Syntax
public class DefaultTenantStore : object, ITenantStore, ITransientDependency
Constructors
DefaultTenantStore(IOptionsSnapshot<AbpDefaultTenantStoreOptions>)
Declaration
public DefaultTenantStore(IOptionsSnapshot<AbpDefaultTenantStoreOptions> options)
Parameters
Methods
Find(Guid)
Declaration
public TenantConfiguration Find(Guid id)
Parameters
| Type |
Name |
Description |
| Guid |
id |
|
Returns
Find(String)
Declaration
public TenantConfiguration Find(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
FindAsync(Guid)
Declaration
public Task<TenantConfiguration> FindAsync(Guid id)
Parameters
| Type |
Name |
Description |
| Guid |
id |
|
Returns
FindAsync(String)
Declaration
public Task<TenantConfiguration> FindAsync(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
Implements
ITransientDependency
Extension Methods