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

A transient wrapper class to indicate a budget's active state in relation to other budgets in the collection. This class will tell you if a budget is active, future dated, or has past and is archived.
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
BudgetCurrencyContext ( [ budgets, [ budget ) : System

Creates a new instance of the BudgetCurrencyContext class.

메소드 상세

BudgetCurrencyContext() 공개 메소드

Creates a new instance of the BudgetCurrencyContext class.
public BudgetCurrencyContext ( [ budgets, [ budget ) : System
budgets [ The collection of available budgets loaded.
budget [ /// The currently selected budget. This isn't necessarily the current one compared with today's date. /// Can be any in the collection. ///
리턴 System