Show / Hide Table of Contents

Class AuditLoggingAverageExecutionDurationPerDayWidgetComponent

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

Constructors

AuditLoggingAverageExecutionDurationPerDayWidgetComponent()

Declaration
public AuditLoggingAverageExecutionDurationPerDayWidgetComponent()

Fields

BackgroundColors

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

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
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