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

Inheritance: IFatRDICalculator
Show file Open project: yodiz/CarbonFitness

Public Methods

Method Description
DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool
FatRDICalculator ( 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

FatRDICalculator() public method

public FatRDICalculator ( 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