C# Class BudgetAnalyser.Engine.Widgets.FixedBudgetMonitorWidget

A fixed budget project monitor widget. Used to monitor spend for a FixedBudgetProjectBucket.
Inheritance: ProgressBarWidget, IUserDefinedWidget
Datei anzeigen Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
FixedBudgetMonitorWidget ( ) : System

Initializes a new instance of the FixedBudgetMonitorWidget class.

Initialise ( MultiInstanceWidgetState state, ILogger logger ) : void

Initialises the widget and optionally offers it some state and a logger.

Update ( ) : void

Updates the widget with new input.

Method Details

FixedBudgetMonitorWidget() public method

Initializes a new instance of the FixedBudgetMonitorWidget class.
public FixedBudgetMonitorWidget ( ) : System
return System

Initialise() public method

Initialises the widget and optionally offers it some state and a logger.
public Initialise ( MultiInstanceWidgetState state, ILogger logger ) : void
state MultiInstanceWidgetState
logger ILogger
return void

Update() public method

Updates the widget with new input.
public Update ( ) : void
return void