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

A widget that monitors a bucket and tracks total spent for the month against funds available from the current ledger book.
상속: RemainingBudgetBucketWidget, IUserDefinedWidget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
BudgetBucketMonitorWidget ( ) : System

Initializes a new instance of the BudgetBucketMonitorWidget class.

Initialise ( MultiInstanceWidgetState state, ILogger logger ) : void

Initialises the widget and optionally offers it some state and a logger.

Update ( ) : void

Updates the widget values with updated input.

메소드 상세

BudgetBucketMonitorWidget() 공개 메소드

Initializes a new instance of the BudgetBucketMonitorWidget class.
public BudgetBucketMonitorWidget ( ) : System
리턴 System

Initialise() 공개 메소드

Initialises the widget and optionally offers it some state and a logger.
public Initialise ( MultiInstanceWidgetState state, ILogger logger ) : void
state MultiInstanceWidgetState
logger ILogger
리턴 void

Update() 공개 메소드

Updates the widget values with updated input.
public Update ( ) : void
리턴 void