Class SaasEditionPercentageWidgetComponent
Inheritance
SaasEditionPercentageWidgetComponent
Assembly: Volo.Saas.Host.Blazor.dll
Syntax
[Authorize("Saas.Tenants")]
public class SaasEditionPercentageWidgetComponent : SassComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
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
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
GetRandomBackgroundColor(int)
Declaration
protected virtual List<string> GetRandomBackgroundColor(int count)
Parameters
Type |
Name |
Description |
int |
count |
|
Returns
OnAfterRenderAsync(bool)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type |
Name |
Description |
bool |
firstRender |
|
Returns
Overrides
RefreshAsync()
Declaration
public virtual Task RefreshAsync()
Returns
Implements
Extension Methods