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

A Budget model that contains all budgeting information. A budget is effective for a period of time after the EffectiveFrom.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
BudgetModel ( ) : System

Initializes a new instance of the BudgetModel class.

보호된 메소드들

메소드 설명
Initialise ( ) : void

Initialises this instance ready for use. This should be done after loading the model from persistence.

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void
Update ( IEnumerable incomes, IEnumerable expenses ) : void
Validate ( StringBuilder validationMessages ) : bool

메소드 상세

BudgetModel() 공개 메소드

Initializes a new instance of the BudgetModel class.
public BudgetModel ( ) : System
리턴 System

Initialise() 보호된 메소드

Initialises this instance ready for use. This should be done after loading the model from persistence.
The model is invalid. + builder
protected Initialise ( ) : void
리턴 void