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

상속: ICarbonHydrateRDICalculator
파일 보기 프로젝트 열기: yodiz/CarbonFitness 1 사용 예제들

공개 메소드들

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

메소드 상세

CarbonHydrateRDICalculator() 공개 메소드

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

DoesSupportNutrient() 공개 메소드

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

GetRDI() 공개 메소드

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