C# Класс CarbonFitness.App.Web.Controllers.ResultController

Наследование: Controller
Показать файл Открыть проект

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

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