C# 클래스 CarbonFitness.App.Web.Controllers.ResultController

상속: Controller
파일 보기 프로젝트 열기: yodiz/CarbonFitness

공개 메소드들

메소드 설명
GetGraph ( IEnumerable nutrients, bool showWeight ) : Graph
ResultController ( IUserProfileBusinessLogic userProfileBusinessLogic, IUserIngredientBusinessLogic userIngredientBusinessLogic, IUserContext userContext, IGraphBuilder graphBuilder, IUserWeightBusinessLogic userWeightBusinessLogic, IGraphLineOptionViewTypeConverter graphLineOptionViewTypeConverter ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Show ( ) : System.Web.Mvc.ActionResult
ShowAdvanced ( ) : System.Web.Mvc.ActionResult
ShowResultList ( ) : System.Web.Mvc.ActionResult
ShowWeightPrognosisXml ( ) : XmlResult
ShowXml ( ) : System.Web.Mvc.ActionResult
ShowXmlInsideHtml ( ) : System.Web.Mvc.ActionResult
getAmChartAsXml ( IEnumerable nutrients, bool showWeight ) : string
getAmChartData ( IEnumerable nutrients, bool showWeight ) : AmChartData
getNutrientLines ( IEnumerable nutrients, ICollection lines ) : void
getWeightLine ( bool showWeight, ICollection lines ) : void
serializeAmChartData ( AmChartData amChartData ) : string

메소드 상세

GetGraph() 공개 메소드

public GetGraph ( IEnumerable nutrients, bool showWeight ) : Graph
nutrients IEnumerable
showWeight bool
리턴 CarbonFitness.BusinessLogic.UnitHistory.Graph

ResultController() 공개 메소드

public ResultController ( IUserProfileBusinessLogic userProfileBusinessLogic, IUserIngredientBusinessLogic userIngredientBusinessLogic, IUserContext userContext, IGraphBuilder graphBuilder, IUserWeightBusinessLogic userWeightBusinessLogic, IGraphLineOptionViewTypeConverter graphLineOptionViewTypeConverter ) : System.Collections.Generic
userProfileBusinessLogic IUserProfileBusinessLogic
userIngredientBusinessLogic IUserIngredientBusinessLogic
userContext IUserContext
graphBuilder IGraphBuilder
userWeightBusinessLogic IUserWeightBusinessLogic
graphLineOptionViewTypeConverter IGraphLineOptionViewTypeConverter
리턴 System.Collections.Generic