C# 클래스 ProjectJam.RecipeDBController

파일 보기 프로젝트 열기: Tiakiana/ProjectMarmelade

공개 메소드들

메소드 설명
CreateRecipe ( string Head, string desc, string ingredient ) : void
DeleteRecipe ( int ID ) : void
GetAllRecipes ( int ID ) : string
GetRecIDName ( ) : string
Judgerecipe ( int ID, string Judgement ) : void
viewKnowledge ( ) : string

메소드 상세

CreateRecipe() 공개 메소드

public CreateRecipe ( string Head, string desc, string ingredient ) : void
Head string
desc string
ingredient string
리턴 void

DeleteRecipe() 공개 메소드

public DeleteRecipe ( int ID ) : void
ID int
리턴 void

GetAllRecipes() 공개 메소드

public GetAllRecipes ( int ID ) : string
ID int
리턴 string

GetRecIDName() 공개 메소드

public GetRecIDName ( ) : string
리턴 string

Judgerecipe() 공개 메소드

public Judgerecipe ( int ID, string Judgement ) : void
ID int
Judgement string
리턴 void

viewKnowledge() 공개 메소드

public viewKnowledge ( ) : string
리턴 string