Public Member Functions | |
RecipeAdapter (Recipe recipe) | |
Constructor that sets the recipe. | |
Properties | |
string | Title [get] |
string | Type [get, set] |
double | Rating [get, set] |
Recipe | Recipe [get, set] |
Definition at line 11 of file RecipeAdapter.cs.
Foodolini.Activities.RecipeAdapter.RecipeAdapter | ( | Recipe | recipe | ) |
Constructor that sets the recipe.
recipe | A Recipe |
Definition at line 19 of file RecipeAdapter.cs.
double Foodolini.Activities.RecipeAdapter.Rating [get, set] |
Getter and private setter for the averageRating.
Definition at line 49 of file RecipeAdapter.cs.
Recipe Foodolini.Activities.RecipeAdapter.Recipe [get, set] |
Getter and private setter of the recipe
Definition at line 55 of file RecipeAdapter.cs.
string Foodolini.Activities.RecipeAdapter.Title [get] |
Getter for the title of the recipe
Definition at line 35 of file RecipeAdapter.cs.
string Foodolini.Activities.RecipeAdapter.Type [get, set] |
Getter and private setter for the meal type
Definition at line 43 of file RecipeAdapter.cs.