C# Class BudgetAnalyser.Engine.Widgets.RemainingBudgetBucketWidget

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

Méthodes publiques

Méthode Description
Update ( ) : void

Updates the widget with new input.

Méthodes protégées

Méthode 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 méthode

Calculates the monthly budget amount.
protected MonthlyBudgetAmount ( ) : decimal
Résultat decimal

RemainingBudgetBucketWidget() protected méthode

Initializes a new instance of the RemainingBudgetBucketWidget class.
protected RemainingBudgetBucketWidget ( ) : System
Résultat System

SetAdditionalDependencies() protected méthode

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

Update() public méthode

Updates the widget with new input.
public Update ( ) : void
Résultat void