Show / Hide Table of Contents

Class AuditLoggingErrorRateWidgetComponent

Inheritance
object
AbpAuditLoggingComponentBase
AuditLoggingErrorRateWidgetComponent
Namespace: Volo.Abp.AuditLogging.Blazor.Pages.Shared.ErrorRateWidget
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
[Authorize("AuditLogging.AuditLogs")]
public class AuditLoggingErrorRateWidgetComponent : AbpAuditLoggingComponentBase

Constructors

AuditLoggingErrorRateWidgetComponent()

Declaration
public AuditLoggingErrorRateWidgetComponent()

Fields

BackgroundColors

Declaration
protected readonly List<string> BackgroundColors
Field Value
Type Description
List<string>

Options

Declaration
protected readonly PieChartOptions Options
Field Value
Type Description
PieChartOptions

PieChart

Declaration
protected PieChart<long> PieChart
Field Value
Type Description
PieChart<long>

Properties

AuditLogsAppService

Declaration
[Inject]
protected IAuditLogsAppService AuditLogsAppService { get; set; }
Property Value
Type Description
IAuditLogsAppService

EndDate

Declaration
[Parameter]
public DateTime EndDate { get; set; }
Property Value
Type Description
DateTime

EndDateChanged

Declaration
[Parameter]
public EventCallback<DateTime> EndDateChanged { get; set; }
Property Value
Type Description
EventCallback<DateTime>

StartDate

Declaration
[Parameter]
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime

StartDateChanged

Declaration
[Parameter]
public EventCallback<DateTime> StartDateChanged { get; set; }
Property Value
Type Description
EventCallback<DateTime>

Methods

BuildRenderTree(RenderTreeBuilder)

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

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