C# 클래스 BudgetAnalyser.Engine.Services.BudgetPieGraphService

상속: IBudgetPieGraphService
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
BudgetPieGraphService ( [ budgetBucketRepository ) : System

Initializes a new instance of the BudgetPieGraphService class.

PrepareExpenseGraphData ( [ budget ) : decimal>.IDictionary

Prepares the expense graph data.

PrepareIncomeGraphData ( [ budget ) : decimal>.IDictionary

Prepares the income graph data.

SurplusExpense ( [ model ) : Expense

A model Surplus expense object for the UI to bind to.

메소드 상세

BudgetPieGraphService() 공개 메소드

Initializes a new instance of the BudgetPieGraphService class.
budgetBucketRepository
public BudgetPieGraphService ( [ budgetBucketRepository ) : System
budgetBucketRepository [ The budget bucket repository.
리턴 System

PrepareExpenseGraphData() 공개 메소드

Prepares the expense graph data.
public PrepareExpenseGraphData ( [ budget ) : decimal>.IDictionary
budget [
리턴 decimal>.IDictionary

PrepareIncomeGraphData() 공개 메소드

Prepares the income graph data.
public PrepareIncomeGraphData ( [ budget ) : decimal>.IDictionary
budget [
리턴 decimal>.IDictionary

SurplusExpense() 공개 메소드

A model Surplus expense object for the UI to bind to.
public SurplusExpense ( [ model ) : Expense
model [
리턴 BudgetAnalyser.Engine.Budget.Expense