C# Class CarbonFitness.BusinessLogic.RDI.Calculators.EnergyKcalRDICalculator

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

Méthodes publiques

Méthode Description
DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool
EnergyKcalRDICalculator ( IUserProfileBusinessLogic userProfileBusinessLogic ) : System
GetRDI ( User user, System.DateTime date, NutrientEntity nutrientEntity ) : decimal

Method Details

DoesSupportNutrient() public méthode

public DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool
nutrientEntity NutrientEntity
Résultat bool

EnergyKcalRDICalculator() public méthode

public EnergyKcalRDICalculator ( IUserProfileBusinessLogic userProfileBusinessLogic ) : System
userProfileBusinessLogic IUserProfileBusinessLogic
Résultat System

GetRDI() public méthode

public GetRDI ( User user, System.DateTime date, NutrientEntity nutrientEntity ) : decimal
user CarbonFitness.Data.Model.User
date System.DateTime
nutrientEntity NutrientEntity
Résultat decimal