C# 클래스 CarbonFitness.BusinessLogic.IngredientImporter.Implementation.IngredientParser

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

공개 메소드들

메소드 설명
CreateIngredientFromFileContents ( string fileContents ) : IList
GetDecimalValue ( int rowIndex, string columns, int columnIndex ) : decimal
IngredientParser ( INutrientBusinessLogic nutrientBusinessLogic ) : System

비공개 메소드들

메소드 설명
addIngredientNutrient ( Ingredient ingredient, ICollection ingredientNutrients, NutrientEntity entity, decimal value ) : void

메소드 상세

CreateIngredientFromFileContents() 공개 메소드

public CreateIngredientFromFileContents ( string fileContents ) : IList
fileContents string
리턴 IList

GetDecimalValue() 공개 메소드

public GetDecimalValue ( int rowIndex, string columns, int columnIndex ) : decimal
rowIndex int
columns string
columnIndex int
리턴 decimal

IngredientParser() 공개 메소드

public IngredientParser ( INutrientBusinessLogic nutrientBusinessLogic ) : System
nutrientBusinessLogic INutrientBusinessLogic
리턴 System