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

Use this widget base class for widgets that monitor budget bucket spend.
상속: ProgressBarWidget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
Update ( ) : void

Updates the widget with new input.

보호된 메소드들

메소드 설명
MonthlyBudgetAmount ( ) : decimal

Calculates the monthly budget amount.

RemainingBudgetBucketWidget ( ) : System

Initializes a new instance of the RemainingBudgetBucketWidget class.

SetAdditionalDependencies ( object input ) : void

Provides an optional means to include additional dependencies.

메소드 상세

MonthlyBudgetAmount() 보호된 메소드

Calculates the monthly budget amount.
protected MonthlyBudgetAmount ( ) : decimal
리턴 decimal

RemainingBudgetBucketWidget() 보호된 메소드

Initializes a new instance of the RemainingBudgetBucketWidget class.
protected RemainingBudgetBucketWidget ( ) : System
리턴 System

SetAdditionalDependencies() 보호된 메소드

Provides an optional means to include additional dependencies.
protected SetAdditionalDependencies ( object input ) : void
input object
리턴 void

Update() 공개 메소드

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