Class TenantSwitchModalModel
Inheritance
System.Object
TenantSwitchModalModel
Assembly: Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll
Syntax
public class TenantSwitchModalModel : AbpPageModel
Constructors
TenantSwitchModalModel(ITenantStore, IOptions<AbpAspNetCoreMultiTenancyOptions>)
Declaration
public TenantSwitchModalModel(ITenantStore tenantStore, IOptions<AbpAspNetCoreMultiTenancyOptions> options)
Parameters
Properties
Input
Declaration
public TenantSwitchModalModel.TenantInfoModel Input { get; set; }
Property Value
Options
Declaration
protected AbpAspNetCoreMultiTenancyOptions Options { get; }
Property Value
TenantStore
Declaration
protected ITenantStore TenantStore { get; }
Property Value
| Type |
Description |
| ITenantStore |
|
Methods
OnGetAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
OnPostAsync()
Declaration
public Task OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods