C# Класс BudgetAnalyser.Engine.Widgets.SavingsGoalWidget

A savings goal widget to monitor a SavingsCommitmentBucket
Наследование: ProgressBarWidget
Показать файл Открыть проект

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

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

Initializes a new instance of the SavingsGoalWidget class.

Update ( ) : void

Updates the widget with new input.

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

Метод Описание
CalculateSavingsToDateWithTrackedLedgers ( StatementModel statement, LedgerBook ledger ) : decimal
CalculateTrackedSavingLedgersContributions ( StatementModel statement, IEnumerable trackedSavingsLedgers ) : decimal
SumDebitSavingsTransactions ( StatementModel statement ) : decimal

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

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

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

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

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