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

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

Méthodes publiques

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

Method Details

DoesSupportNutrient() public méthode

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

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

GetUserWeight() public méthode

public GetUserWeight ( User user ) : decimal
user CarbonFitness.Data.Model.User
Résultat decimal

ProteinRDICalculator() public méthode

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