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
파일 보기 프로젝트 열기: 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