Foodolini.BusinessLogic.Storage Class Reference

This class contains information on which FoodItems are in storage. The class contains. More...

List of all members.

Public Member Functions

IEnumerable< FoodItemGetIngredientQuantity (Ingredient ingredient)
List< RecipeSuggestRecipes (List< Criteria > criteria)

Properties

IEnumerable< FoodItemFoodItems [get, set]

Private Attributes

IEnumerable< FoodItemfoodItems

Detailed Description

This class contains information on which FoodItems are in storage. The class contains.

Definition at line 12 of file Storage.cs.


Member Function Documentation

IEnumerable<FoodItem> Foodolini.BusinessLogic.Storage.GetIngredientQuantity ( Ingredient  ingredient  ) 

Definition at line 22 of file Storage.cs.

List<Recipe> Foodolini.BusinessLogic.Storage.SuggestRecipes ( List< Criteria criteria  ) 

Definition at line 27 of file Storage.cs.


Member Data Documentation

Definition at line 14 of file Storage.cs.


Property Documentation

IEnumerable<FoodItem> Foodolini.BusinessLogic.Storage.FoodItems [get, set]

Definition at line 17 of file Storage.cs.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.