C# 클래스 BudgetAnalyser.Engine.Widgets.SavingsGoalWidget

A savings goal widget to monitor a SavingsCommitmentBucket
상속: ProgressBarWidget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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