C# Class BudgetAnalyser.Engine.Budget.BillToPayExpenseBucket

Represents a bill to pay bucket. Any subclass of this will represent an expense in the budget as well as being used to classify transactions.
Inheritance: ExpenseBucket
Datei anzeigen Open project: Benrnz/BudgetAnalyser

Protected Methods

Method Description
BillToPayExpenseBucket ( )

Initializes a new instance of the BillToPayExpenseBucket class.

BillToPayExpenseBucket ( string code, string name )

Initializes a new instance of the BillToPayExpenseBucket class.

Method Details

BillToPayExpenseBucket() protected method

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

BillToPayExpenseBucket() protected method

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