C# 클래스 ProjectJam.RecipeController

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

공개 메소드들

메소드 설명
CreateRecipe ( string Head, string desc, string ingredient ) : void
DeleteRecipe ( int ID ) : bool
GetRecipeIDName ( ) : string
JugdeRecipe ( int ID, string jugdement ) : bool
Updater ( System.Windows.Controls.TextBlock TB ) : void
ViewKnowlegde ( ) : string
ViewRecipe ( int ID ) : string

메소드 상세

CreateRecipe() 공개 메소드

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

DeleteRecipe() 공개 메소드

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

GetRecipeIDName() 공개 메소드

public GetRecipeIDName ( ) : string
리턴 string

JugdeRecipe() 공개 메소드

public JugdeRecipe ( int ID, string jugdement ) : bool
ID int
jugdement string
리턴 bool

Updater() 공개 메소드

public Updater ( System.Windows.Controls.TextBlock TB ) : void
TB System.Windows.Controls.TextBlock
리턴 void

ViewKnowlegde() 공개 메소드

public ViewKnowlegde ( ) : string
리턴 string

ViewRecipe() 공개 메소드

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