Class SaasLatestTenantsWidgetComponent
Inheritance
SaasLatestTenantsWidgetComponent
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
[Authorize("Saas.Tenants")]
public class SaasLatestTenantsWidgetComponent : SassComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SaasLatestTenantsWidgetComponent()
Declaration
public SaasLatestTenantsWidgetComponent()
Properties
SaasTenants
Declaration
protected PagedResultDto<SaasTenantDto> SaasTenants { get; set; }
Property Value
TenantAppService
Declaration
[Inject]
public ITenantAppService TenantAppService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements
Extension Methods