C# Class BudgetAnalyser.Engine.Widgets.RemainingBudgetBucketWidget

Use this widget base class for widgets that monitor budget bucket spend.
Inheritance: ProgressBarWidget
Exibir arquivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
Update ( ) : void

Updates the widget with new input.

Protected Methods

Method Description
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.

Method Details

MonthlyBudgetAmount() protected method

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

RemainingBudgetBucketWidget() protected method

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

SetAdditionalDependencies() protected method

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

Update() public method

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