Show / Hide Table of Contents

Class SaasLatestTenantsWidgetComponent

Inheritance
object
SassComponentBase
SaasLatestTenantsWidgetComponent
Namespace: Volo.Saas.Host.Blazor.Pages.Shared.Components.SaasLatestTenantsWidget
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
[Authorize("Saas.Tenants")]
public class SaasLatestTenantsWidgetComponent : SassComponentBase

Constructors

SaasLatestTenantsWidgetComponent()

Declaration
public SaasLatestTenantsWidgetComponent()

Properties

SaasTenants

Declaration
protected PagedResultDto<SaasTenantDto> SaasTenants { get; set; }
Property Value
Type Description
PagedResultDto<SaasTenantDto>

TenantAppService

Declaration
[Inject]
public ITenantAppService TenantAppService { get; set; }
Property Value
Type Description
ITenantAppService

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft