Property | Type | Description | |
---|---|---|---|
conn |
Method | Description | |
---|---|---|
CreateNewRecipe ( string name, bool approved, int primary, int secondary, int quality, List |
||
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 |
Method | Description | |
---|---|---|
CreateNewRecipe_create ( string name, string description, int quality ) : int | ||
CreateNewRecipe_ingredient ( int ingredient, int recipeID ) : void | ||
CreateNewRecipe_tester ( int tester, int recipeID ) : void |
public CreateNewRecipe ( string name, bool approved, int primary, int secondary, int quality, List |
||
name | string | |
approved | bool | |
primary | int | |
secondary | int | |
quality | int | |
ingredients | List |
|
testers | List |
|
description | string | |
return | void |
public GetTaskDescription ( int id ) : object[] | ||
id | int | |
return | object[] |
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 | |
return | void |