C# Class BudgetAnalyser.Engine.Widgets.BudgetBucketMonitorWidget

A widget that monitors a bucket and tracks total spent for the month against funds available from the current ledger book.
Inheritance: RemainingBudgetBucketWidget, IUserDefinedWidget
Mostra file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
BudgetBucketMonitorWidget ( ) : System

Initializes a new instance of the BudgetBucketMonitorWidget class.

Initialise ( MultiInstanceWidgetState state, ILogger logger ) : void

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

Update ( ) : void

Updates the widget values with updated input.

Method Details

BudgetBucketMonitorWidget() public method

Initializes a new instance of the BudgetBucketMonitorWidget class.
public BudgetBucketMonitorWidget ( ) : 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 values with updated input.
public Update ( ) : void
return void