C# Class CarbonFitness.App.Web.Controllers.ResultController

Inheritance: Controller
Show file Open project: yodiz/CarbonFitness

Public Methods

Method Description
GetGraph ( IEnumerable nutrients, bool showWeight ) : Graph
ResultController ( IUserProfileBusinessLogic userProfileBusinessLogic, IUserIngredientBusinessLogic userIngredientBusinessLogic, IUserContext userContext, IGraphBuilder graphBuilder, IUserWeightBusinessLogic userWeightBusinessLogic, IGraphLineOptionViewTypeConverter graphLineOptionViewTypeConverter ) : System.Collections.Generic

Private Methods

Method Description
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

Method Details

GetGraph() public method

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

ResultController() public method

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
return System.Collections.Generic