Show / Hide Table of Contents

Class TenantSwitchModalModel

Inheritance
System.Object
TenantSwitchModalModel
Namespace: Pages.Abp.MultiTenancy
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
Type Name Description
ITenantStore tenantStore
IOptions<AbpAspNetCoreMultiTenancyOptions> options

Properties

Input

Declaration
public TenantSwitchModalModel.TenantInfoModel Input { get; set; }
Property Value
Type Description
TenantSwitchModalModel.TenantInfoModel

Options

Declaration
protected AbpAspNetCoreMultiTenancyOptions Options { get; }
Property Value
Type Description
AbpAspNetCoreMultiTenancyOptions

TenantStore

Declaration
protected ITenantStore TenantStore { get; }
Property Value
Type Description
ITenantStore

Methods

OnGetAsync()

Declaration
public Task OnGetAsync()
Returns
Type Description
System.Threading.Tasks.Task

OnPostAsync()

Declaration
public Task OnPostAsync()
Returns
Type Description
System.Threading.Tasks.Task

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft