C# 클래스 BudgetAnalyser.Engine.Budget.Income

An income entry in the budget. This represents a user created amount and bucket for an income in a budget.
상속: BudgetItem, IModelValidate
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
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