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

Inheritance: IEnergyKcalRDICalculator
Show file Open project: yodiz/CarbonFitness

Public Methods

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

Method Details

DoesSupportNutrient() public method

public DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool
nutrientEntity NutrientEntity
return bool

EnergyKcalRDICalculator() public method

public EnergyKcalRDICalculator ( IUserProfileBusinessLogic userProfileBusinessLogic ) : System
userProfileBusinessLogic IUserProfileBusinessLogic
return System

GetRDI() public method

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