C# 클래스 CarbonFitness.BusinessLogic.RDI.Calculators.EnergyKcalRDICalculator

상속: IEnergyKcalRDICalculator
파일 보기 프로젝트 열기: yodiz/CarbonFitness

공개 메소드들

메소드 설명
DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool
EnergyKcalRDICalculator ( IUserProfileBusinessLogic userProfileBusinessLogic ) : System
GetRDI ( User user, System.DateTime date, NutrientEntity nutrientEntity ) : decimal

메소드 상세

DoesSupportNutrient() 공개 메소드

public DoesSupportNutrient ( NutrientEntity nutrientEntity ) : bool
nutrientEntity NutrientEntity
리턴 bool

EnergyKcalRDICalculator() 공개 메소드

public EnergyKcalRDICalculator ( IUserProfileBusinessLogic userProfileBusinessLogic ) : System
userProfileBusinessLogic IUserProfileBusinessLogic
리턴 System

GetRDI() 공개 메소드

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