This class contains information on which FoodItems are in storage. The class contains. More...
Public Member Functions | |
IEnumerable< FoodItem > | GetIngredientQuantity (Ingredient ingredient) |
List< Recipe > | SuggestRecipes (List< Criteria > criteria) |
Properties | |
IEnumerable< FoodItem > | FoodItems [get, set] |
Private Attributes | |
IEnumerable< FoodItem > | foodItems |
This class contains information on which FoodItems are in storage. The class contains.
Definition at line 12 of file Storage.cs.
IEnumerable<FoodItem> Foodolini.BusinessLogic.Storage.GetIngredientQuantity | ( | Ingredient | ingredient | ) |
Definition at line 22 of file Storage.cs.
Definition at line 27 of file Storage.cs.
IEnumerable<FoodItem > Foodolini.BusinessLogic.Storage.foodItems [private] |
Definition at line 14 of file Storage.cs.
IEnumerable<FoodItem> Foodolini.BusinessLogic.Storage.FoodItems [get, set] |
Definition at line 17 of file Storage.cs.