C# Класс BudgetAnalyser.Engine.Budget.Expense

An expense line in a budget. Created by the user to represent an expense line in a budget with an amount and bucket classification.
Наследование: BudgetItem, IModelValidate
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Validate ( [ validationMessages ) : bool

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

Описание методов

Validate() публичный Метод

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.
Результат bool