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
显示文件 Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Properties

Property Type Description
SearchForOtherNonLedgerBookOverspentBuckets int

Public Methods

Method Description
OverspentWarning ( ) : System

Initializes a new instance of the OverspentWarning class.

Update ( ) : void

Updates the widget with new input.

Private Methods

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

Method Details

OverspentWarning() public method

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

Update() public method

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