Method | Description | |
---|---|---|
DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool | ||
GetNutrientRecommendation ( NutrientEntity entity ) : |
||
GetRDI ( |
||
GetUserAge ( |
||
GetUserGender ( |
||
GetUserWeight ( |
||
MineralRDICalculator ( INutrientRecommendationBusinessLogic nutrientRecommendationBusinessLogic, IUserProfileBusinessLogic userProfileBusinessLogic ) : System |
public DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool | ||
nutrientEntity | NutrientEntity | |
return | bool |
public GetNutrientRecommendation ( NutrientEntity entity ) : |
||
entity | NutrientEntity | |
return |
public GetRDI ( |
||
user | ||
date | System.DateTime | |
nutrientEntity | NutrientEntity | |
return | decimal |
public GetUserAge ( |
||
user | ||
return | int |
public GetUserGender ( |
||
user | ||
return |
public GetUserWeight ( |
||
user | ||
return | decimal |
public MineralRDICalculator ( INutrientRecommendationBusinessLogic nutrientRecommendationBusinessLogic, IUserProfileBusinessLogic userProfileBusinessLogic ) : System | ||
nutrientRecommendationBusinessLogic | INutrientRecommendationBusinessLogic | |
userProfileBusinessLogic | IUserProfileBusinessLogic | |
return | System |