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
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

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