Class AuditLoggingAverageExecutionDurationPerDayWidgetComponent
Inheritance
AuditLoggingAverageExecutionDurationPerDayWidgetComponent
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
[Authorize("AuditLogging.AuditLogs")]
public class AuditLoggingAverageExecutionDurationPerDayWidgetComponent : AbpAuditLoggingComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AuditLoggingAverageExecutionDurationPerDayWidgetComponent()
Declaration
public AuditLoggingAverageExecutionDurationPerDayWidgetComponent()
Fields
BackgroundColors
Declaration
protected readonly List<string> BackgroundColors
Field Value
BarChart
Declaration
protected BarChart<double> BarChart
Field Value
Type |
Description |
BarChart<double> |
|
Options
Declaration
protected readonly BarChartOptions Options
Field Value
Type |
Description |
BarChartOptions |
|
Properties
AuditLogsAppService
Declaration
[Inject]
protected IAuditLogsAppService AuditLogsAppService { get; set; }
Property Value
EndDate
Declaration
[Parameter]
public DateTime EndDate { get; set; }
Property Value
EndDateChanged
Declaration
[Parameter]
public EventCallback<DateTime> EndDateChanged { get; set; }
Property Value
StartDate
Declaration
[Parameter]
public DateTime StartDate { get; set; }
Property Value
StartDateChanged
Declaration
[Parameter]
public EventCallback<DateTime> StartDateChanged { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
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