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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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