C# Class BudgetAnalyser.Engine.Budget.ExpenseBucket

A expense bucket used to represent any expense classification.
Inheritance: BudgetBucket
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Protected Methods

Method Description
ExpenseBucket ( )

Initializes a new instance of the ExpenseBucket class.

ExpenseBucket ( string code, string name )

Initializes a new instance of the ExpenseBucket class.

Method Details

ExpenseBucket() protected method

Initializes a new instance of the ExpenseBucket class.
protected ExpenseBucket ( )

ExpenseBucket() protected method

Initializes a new instance of the ExpenseBucket class.
protected ExpenseBucket ( string code, string name )
code string
name string