C# Class BudgetAnalyser.Engine.Budget.SavedUpForExpenseBucket

A saved up for expense bucket. This kind of bucket will accumulate funds from month to month if not spent completely each month.
Inheritance: BillToPayExpenseBucket
Datei anzeigen Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
SavedUpForExpenseBucket ( )

Initializes a new instance of the SavedUpForExpenseBucket class.

SavedUpForExpenseBucket ( string code, string name )

Initializes a new instance of the SavedUpForExpenseBucket class.

Method Details

SavedUpForExpenseBucket() public method

Initializes a new instance of the SavedUpForExpenseBucket class.

SavedUpForExpenseBucket() public method

Initializes a new instance of the SavedUpForExpenseBucket class.
public SavedUpForExpenseBucket ( string code, string name )
code string
name string