C# Класс 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.
Наследование: Widget
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SearchForOtherNonLedgerBookOverspentBuckets int

Открытые методы

Метод Описание
OverspentWarning ( ) : System

Initializes a new instance of the OverspentWarning class.

Update ( ) : void

Updates the widget with new input.

Приватные методы

Метод Описание
SearchForOtherNonLedgerBookOverspentBuckets ( StatementModel statement, GlobalFilterCriteria filter, IBudgetCurrencyContext budget, decimal>.IDictionary overspendingSummary ) : int

Описание методов

OverspentWarning() публичный Метод

Initializes a new instance of the OverspentWarning class.
public OverspentWarning ( ) : System
Результат System

Update() публичный Метод

Updates the widget with new input.
public Update ( ) : void
Результат void