Foodolini.Activities.Cookbook.IngredientAdapter Class Reference

List of all members.

Public Member Functions

 IngredientAdapter (Ingredient ingredient, double quantity)

Properties

string Name [get]
double Quantity [get, set]
string Storage [get, set]
string Expiration [get, set]
Ingredient Ingredient [get, set]

Detailed Description

Definition at line 9 of file IngredientAdapter.cs.


Constructor & Destructor Documentation

Foodolini.Activities.Cookbook.IngredientAdapter.IngredientAdapter ( Ingredient  ingredient,
double  quantity 
)

Definition at line 12 of file IngredientAdapter.cs.


Property Documentation

string Foodolini.Activities.Cookbook.IngredientAdapter.Expiration [get, set]

Definition at line 39 of file IngredientAdapter.cs.

Ingredient Foodolini.Activities.Cookbook.IngredientAdapter.Ingredient [get, set]

Getter og private setter for the ingredient

Definition at line 44 of file IngredientAdapter.cs.

string Foodolini.Activities.Cookbook.IngredientAdapter.Name [get]

Getter for the name of the ingredient

Definition at line 22 of file IngredientAdapter.cs.

double Foodolini.Activities.Cookbook.IngredientAdapter.Quantity [get, set]

Getter and setter for the amount of the ingredient

Definition at line 30 of file IngredientAdapter.cs.

string Foodolini.Activities.Cookbook.IngredientAdapter.Storage [get, set]

Getter and setter for the type of storage

Definition at line 36 of file IngredientAdapter.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.