Show / Hide Table of Contents

Class IndexModel

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

Constructors

IndexModel(ITenantAppService)

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

Properties

ActivationState

Declaration
[BindProperty(SupportsGet = true)]
public TenantActivationState? ActivationState { get; set; }
Property Value
Type Description
TenantActivationState?

EditionId

Declaration
[BindProperty(SupportsGet = true)]
public Guid? EditionId { get; set; }
Property Value
Type Description
Guid?

EditionsComboboxItems

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

ExpirationDateMax

Declaration
[BindProperty(SupportsGet = true)]
public DateTime? ExpirationDateMax { get; set; }
Property Value
Type Description
DateTime?

ExpirationDateMin

Declaration
[BindProperty(SupportsGet = true)]
public DateTime? ExpirationDateMin { get; set; }
Property Value
Type Description
DateTime?

TenantAppService

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

Methods

OnGetAsync()

Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type Description
Task<IActionResult>

OnPostAsync()

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