Interface ICurrentTenant
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public interface ICurrentTenant
Properties
Id
Declaration
Guid? Id { get; }
Property Value
Type | Description |
---|---|
Guid? |
IsAvailable
Declaration
bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Declaration
string? Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Change(Guid?, string?)
Declaration
IDisposable Change(Guid? id, string? name = null)
Parameters
Type | Name | Description |
---|---|---|
Guid? | id | |
string | name |
Returns
Type | Description |
---|---|
IDisposable |