C# Class BudgetAnalyser.Engine.Budget.SavingsCommitmentBucket

A savings commitment bucket. This bucket represents a commitment to save a certain amount each month.
Inheritance: ExpenseBucket
Show file Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
SavingsCommitmentBucket ( )

Initializes a new instance of the SavingsCommitmentBucket class.

SavingsCommitmentBucket ( string code, string name )

Initializes a new instance of the SavingsCommitmentBucket class.

Method Details

SavingsCommitmentBucket() public method

Initializes a new instance of the SavingsCommitmentBucket class.

SavingsCommitmentBucket() public method

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