Show / Hide Table of Contents

Class ConnectionStringsModal

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

Constructors

ConnectionStringsModal(ITenantAppService)

Declaration
public ConnectionStringsModal(ITenantAppService tenantAppService)
Parameters
Type Name Description
ITenantAppService tenantAppService

Properties

ConnectionString

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

ConnectionStrings

Declaration
[BindProperty]
public ConnectionStringsModal.TenantConnectionStringsModel ConnectionStrings { get; set; }
Property Value
Type Description
ConnectionStringsModal.TenantConnectionStringsModel

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>

TenantAppService

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

Methods

OnGetAsync(Guid)

Declaration
public virtual Task OnGetAsync(Guid id)
Parameters
Type Name Description
Guid id
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