C# Class BudgetAnalyser.Engine.Budget.SpentMonthlyExpenseBucket

A spent monthly expense bucket. This kind of bucket will not accumulate funds from month to month. Any unspent funds at the end of the month are transfered to surplus.
Inheritance: BillToPayExpenseBucket
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
SpentMonthlyExpenseBucket ( )

Initializes a new instance of the SpentMonthlyExpenseBucket class.

SpentMonthlyExpenseBucket ( string code, string name )

Initializes a new instance of the SpentMonthlyExpenseBucket class.

Method Details

SpentMonthlyExpenseBucket() public method

Initializes a new instance of the SpentMonthlyExpenseBucket class.

SpentMonthlyExpenseBucket() public method

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