Show / Hide Table of Contents

Class SaasEditionPercentageWidgetComponent

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

Constructors

SaasEditionPercentageWidgetComponent()

Declaration
public SaasEditionPercentageWidgetComponent()

Fields

BarChart

Declaration
protected PieChart<int> BarChart
Field Value
Type Description
PieChart<int>

Options

Declaration
protected readonly PieChartOptions Options
Field Value
Type Description
PieChartOptions

Properties

EditionAppService

Declaration
[Inject]
protected IEditionAppService EditionAppService { get; set; }
Property Value
Type Description
IEditionAppService

Methods

BuildRenderTree(RenderTreeBuilder)

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

GetRandomBackgroundColor(int)

Declaration
protected virtual List<string> GetRandomBackgroundColor(int count)
Parameters
Type Name Description
int count
Returns
Type Description
List<string>

OnAfterRenderAsync(bool)

Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type Name Description
bool firstRender
Returns
Type Description
Task

RefreshAsync()

Declaration
public virtual Task RefreshAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft