C# Class CarbonFitness.App.Web.Controllers.ViewTypeConverters.GraphLineOptionViewTypeConverter

Inheritance: IGraphLineOptionViewTypeConverter
Afficher le fichier Open project: yodiz/CarbonFitness

Méthodes publiques

Méthode Description
GetNutrientEntitys ( string graphLineOptionValue ) : NutrientEntity[]
GetViewTypes ( User user ) : IEnumerable
GraphLineOptionViewTypeConverter ( INutrientBusinessLogic nutrientBusinessLogic, INutrientTranslator nutrientTranslator ) : System
shouldShowWeight ( string graphLineOptions ) : bool

Private Methods

Méthode Description
addGraphlineOption ( string name, string value, ICollection nutrientOptions ) : void

Method Details

GetNutrientEntitys() public méthode

public GetNutrientEntitys ( string graphLineOptionValue ) : NutrientEntity[]
graphLineOptionValue string
Résultat NutrientEntity[]

GetViewTypes() public méthode

public GetViewTypes ( User user ) : IEnumerable
user CarbonFitness.Data.Model.User
Résultat IEnumerable

GraphLineOptionViewTypeConverter() public méthode

public GraphLineOptionViewTypeConverter ( INutrientBusinessLogic nutrientBusinessLogic, INutrientTranslator nutrientTranslator ) : System
nutrientBusinessLogic INutrientBusinessLogic
nutrientTranslator INutrientTranslator
Résultat System

shouldShowWeight() public méthode

public shouldShowWeight ( string graphLineOptions ) : bool
graphLineOptions string
Résultat bool