C# 클래스 USDADataImport.USDAImport

파일 보기 프로젝트 열기: pashkov/Spontaneous 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ComNameCount int
DishDescCount int
DishNameCount int
IngredientCount int
LongDescCount int
charsCount int

공개 메소드들

메소드 설명
AddLocalizedTranslationForBasicRestaurant ( ) : void
AddLocalizedTranslationToAllGeneralDishes ( ) : void
AddTranslationForAllIngredients ( ) : void
AddTranslationForIngredient ( Ingredient ingredient ) : void
AddTranslationForSeveralIngredients ( int startNDBNo, int count ) : void
CheckRestForNullLocalizedTranslation ( string id ) : void
ConvertAllIngredientsToGeneralDishes ( string lang = "en-US" ) : void
FoodDesToIngredient ( USDADataImport foodDes, List food_groups ) : Ingredient
GetCountOfAllIngredients ( ) : int
GetNutritionTypeByNo ( int nutr_No ) : NutritionType
GoogleTranslate ( string Text, string targetlan ) : string
IngredientToDish ( Ingredient ingredient ) : Dish
NutDataListToNutritionFacts ( List nutList ) : NutritionFacts
NutDataToNutritionData ( NUT_DATA nutData ) : NutritionData
SaveFoodTable ( ) : void
SaveNutritionsTable ( ) : void
USDAImport ( ) : System
UpdateLocalizedTranslationForBasicRestaurant ( ) : void

메소드 상세

AddLocalizedTranslationForBasicRestaurant() 공개 메소드

public AddLocalizedTranslationForBasicRestaurant ( ) : void
리턴 void

AddLocalizedTranslationToAllGeneralDishes() 공개 메소드

public AddLocalizedTranslationToAllGeneralDishes ( ) : void
리턴 void

AddTranslationForAllIngredients() 공개 메소드

public AddTranslationForAllIngredients ( ) : void
리턴 void

AddTranslationForIngredient() 공개 메소드

public AddTranslationForIngredient ( Ingredient ingredient ) : void
ingredient Spontaneous.DataModel.Ingredient
리턴 void

AddTranslationForSeveralIngredients() 공개 메소드

public AddTranslationForSeveralIngredients ( int startNDBNo, int count ) : void
startNDBNo int
count int
리턴 void

CheckRestForNullLocalizedTranslation() 공개 메소드

public CheckRestForNullLocalizedTranslation ( string id ) : void
id string
리턴 void

ConvertAllIngredientsToGeneralDishes() 공개 메소드

public ConvertAllIngredientsToGeneralDishes ( string lang = "en-US" ) : void
lang string
리턴 void

FoodDesToIngredient() 공개 메소드

public FoodDesToIngredient ( USDADataImport foodDes, List food_groups ) : Ingredient
foodDes USDADataImport
food_groups List
리턴 Spontaneous.DataModel.Ingredient

GetCountOfAllIngredients() 공개 메소드

public GetCountOfAllIngredients ( ) : int
리턴 int

GetNutritionTypeByNo() 공개 메소드

public GetNutritionTypeByNo ( int nutr_No ) : NutritionType
nutr_No int
리턴 Spontaneous.DataModel.Foods.NutritionType

GoogleTranslate() 공개 메소드

public GoogleTranslate ( string Text, string targetlan ) : string
Text string
targetlan string
리턴 string

IngredientToDish() 공개 메소드

public IngredientToDish ( Ingredient ingredient ) : Dish
ingredient Spontaneous.DataModel.Ingredient
리턴 Spontaneous.DataModel.Dish

NutDataListToNutritionFacts() 공개 메소드

public NutDataListToNutritionFacts ( List nutList ) : NutritionFacts
nutList List
리턴 Spontaneous.DataModel.NutritionFacts

NutDataToNutritionData() 공개 메소드

public NutDataToNutritionData ( NUT_DATA nutData ) : NutritionData
nutData NUT_DATA
리턴 Spontaneous.DataModel.Foods.NutritionData

SaveFoodTable() 공개 메소드

public SaveFoodTable ( ) : void
리턴 void

SaveNutritionsTable() 공개 메소드

public SaveNutritionsTable ( ) : void
리턴 void

USDAImport() 공개 메소드

public USDAImport ( ) : System
리턴 System

UpdateLocalizedTranslationForBasicRestaurant() 공개 메소드

public UpdateLocalizedTranslationForBasicRestaurant ( ) : void
리턴 void

프로퍼티 상세

ComNameCount 공개적으로 프로퍼티

public int ComNameCount
리턴 int

DishDescCount 공개적으로 프로퍼티

public int DishDescCount
리턴 int

DishNameCount 공개적으로 프로퍼티

public int DishNameCount
리턴 int

IngredientCount 공개적으로 프로퍼티

public int IngredientCount
리턴 int

LongDescCount 공개적으로 프로퍼티

public int LongDescCount
리턴 int

charsCount 공개적으로 프로퍼티

public int charsCount
리턴 int