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

A fixed budget project monitor widget. Used to monitor spend for a FixedBudgetProjectBucket.
상속: ProgressBarWidget, IUserDefinedWidget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
FixedBudgetMonitorWidget ( ) : System

Initializes a new instance of the FixedBudgetMonitorWidget class.

Initialise ( MultiInstanceWidgetState state, ILogger logger ) : void

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

Update ( ) : void

Updates the widget with new input.

메소드 상세

FixedBudgetMonitorWidget() 공개 메소드

Initializes a new instance of the FixedBudgetMonitorWidget class.
public FixedBudgetMonitorWidget ( ) : 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 with new input.
public Update ( ) : void
리턴 void