Show / Hide Table of Contents

Class CreateModalModel

Inheritance
object
SaasHostPageModel
CreateModalModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Tenants
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel : SaasHostPageModel

Constructors

CreateModalModel(ITenantAppService, IEditionAppService)

Declaration
public CreateModalModel(ITenantAppService tenantAppService, IEditionAppService editionAppService)
Parameters
Type Name Description
ITenantAppService tenantAppService
IEditionAppService editionAppService

Properties

ConnectionString

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
string

DatabaseName

Declaration
public string DatabaseName { get; set; }
Property Value
Type Description
string

DatabaseSelectListItems

Declaration
public List<SelectListItem> DatabaseSelectListItems { get; set; }
Property Value
Type Description
List<SelectListItem>

EditionAppService

Declaration
protected IEditionAppService EditionAppService { get; }
Property Value
Type Description
IEditionAppService

EditionsComboboxItems

Declaration
public List<SelectListItem> EditionsComboboxItems { get; set; }
Property Value
Type Description
List<SelectListItem>

Tenant

Declaration
[BindProperty]
public CreateModalModel.TenantInfoModel Tenant { get; set; }
Property Value
Type Description
CreateModalModel.TenantInfoModel

TenantAppService

Declaration
protected ITenantAppService TenantAppService { get; }
Property Value
Type Description
ITenantAppService

Methods

OnGetAsync()

Declaration
public virtual Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft