C# Class BudgetAnalyser.Engine.Budget.Income

An income entry in the budget. This represents a user created amount and bucket for an income in a budget.
Inheritance: BudgetItem, IModelValidate
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Méthodes publiques

Méthode Description
Validate ( [ validationMessages ) : bool

Validate the instance and populate any warnings and errors into the validationMessages string builder.

Method Details

Validate() public méthode

Validate the instance and populate any warnings and errors into the validationMessages string builder.
public Validate ( [ validationMessages ) : bool
validationMessages [ A non-null string builder that will be appended to for any messages.
Résultat bool