C# Class BudgetAnalyser.Engine.Widgets.FixedBudgetMonitorWidget

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

Méthodes publiques

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

Initializes a new instance of the FixedBudgetMonitorWidget class.
public FixedBudgetMonitorWidget ( ) : 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 with new input.
public Update ( ) : void
Résultat void