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
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
SurplusBucket ( )

Initializes a new instance of the SurplusBucket class.

Méthodes protégées

Méthode Description
SurplusBucket ( string bucketCode, string description )

Initializes a new instance of the SurplusBucket class.

Method Details

SurplusBucket() public méthode

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

SurplusBucket() protected méthode

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