C# 클래스 Project_Marmelade.DataProductDevelopment

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

공개 프로퍼티들

프로퍼티 타입 설명
conn System.Data.SqlClient.SqlConnection

공개 메소드들

메소드 설명
CreateNewRecipe ( string name, bool approved, int primary, int secondary, int quality, List ingredients, List testers, string description ) : void
GetEmployeeByID ( int id ) : object[]
GetIngredients ( ) : List
GetMatches ( int Empid ) : List
GetRecipes ( ) : List
GetTaskDescription ( int id ) : object[]
GetTestResults ( ) : List
GetTesters ( ) : List
InsertTestData ( int Taste, int Texture, int Appearance, int Scent, int Total, string Comment, int Recipe_ID, int idEmployees, bool Complete ) : void
LoadRecipe ( ) : List

비공개 메소드들

메소드 설명
CreateNewRecipe_create ( string name, string description, int quality ) : int
CreateNewRecipe_ingredient ( int ingredient, int recipeID ) : void
CreateNewRecipe_tester ( int tester, int recipeID ) : void

메소드 상세

CreateNewRecipe() 공개 메소드

public CreateNewRecipe ( string name, bool approved, int primary, int secondary, int quality, List ingredients, List testers, string description ) : void
name string
approved bool
primary int
secondary int
quality int
ingredients List
testers List
description string
리턴 void

GetEmployeeByID() 공개 메소드

public GetEmployeeByID ( int id ) : object[]
id int
리턴 object[]

GetIngredients() 공개 메소드

public GetIngredients ( ) : List
리턴 List

GetMatches() 공개 메소드

public GetMatches ( int Empid ) : List
Empid int
리턴 List

GetRecipes() 공개 메소드

public GetRecipes ( ) : List
리턴 List

GetTaskDescription() 공개 메소드

public GetTaskDescription ( int id ) : object[]
id int
리턴 object[]

GetTestResults() 공개 메소드

public GetTestResults ( ) : List
리턴 List

GetTesters() 공개 메소드

public GetTesters ( ) : List
리턴 List

InsertTestData() 공개 메소드

public InsertTestData ( int Taste, int Texture, int Appearance, int Scent, int Total, string Comment, int Recipe_ID, int idEmployees, bool Complete ) : void
Taste int
Texture int
Appearance int
Scent int
Total int
Comment string
Recipe_ID int
idEmployees int
Complete bool
리턴 void

LoadRecipe() 공개 메소드

public LoadRecipe ( ) : List
리턴 List

프로퍼티 상세

conn 공개적으로 프로퍼티

public SqlConnection,System.Data.SqlClient conn
리턴 System.Data.SqlClient.SqlConnection