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
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the BudgetBucketMonitorWidget class.
public BudgetBucketMonitorWidget ( ) : System
Résultat System

Initialise() public méthode

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

Update() public méthode

Updates the widget values with updated input.
public Update ( ) : void
Résultat void