C# Class BudgetAnalyser.Engine.Budget.SurplusBucket

The surplus budget bucket. There can be only one Surplus bucket. This is a special system bucket that contains any left over funds after filling all the other buckets.
Inheritance: BudgetBucket
Datei anzeigen Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
SurplusBucket ( )

Initializes a new instance of the SurplusBucket class.

Protected Methods

Method Description
SurplusBucket ( string bucketCode, string description )

Initializes a new instance of the SurplusBucket class.

Method Details

SurplusBucket() public method

Initializes a new instance of the SurplusBucket class.
public SurplusBucket ( )

SurplusBucket() protected method

Initializes a new instance of the SurplusBucket class.
protected SurplusBucket ( string bucketCode, string description )
bucketCode string
description string