C# Class BudgetAnalyser.Engine.Widgets.OverspentWarning

A widget to show the number of overspent buckets for the month. Compares actual spent transactions against a ledger in the ledgerbook, if there is one, or the current Budget if there isn't. The budget used is the currently selected budget from the BudgetCurrencyContext instance given. It may not be the current one as compared to today's date.
Inheritance: Widget
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Properties

Свойство Type Description
SearchForOtherNonLedgerBookOverspentBuckets int

Méthodes publiques

Méthode Description
OverspentWarning ( ) : System

Initializes a new instance of the OverspentWarning class.

Update ( ) : void

Updates the widget with new input.

Private Methods

Méthode Description
SearchForOtherNonLedgerBookOverspentBuckets ( StatementModel statement, GlobalFilterCriteria filter, IBudgetCurrencyContext budget, decimal>.IDictionary overspendingSummary ) : int

Method Details

OverspentWarning() public méthode

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

Update() public méthode

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