A recipe. More...
Properties | |
long | RecipeRowId [get, set] |
Primary key. | |
string | Title [get, set] |
double | AverageRating [get, set] |
Average aggregated rating of the recipe. | |
int | Difficulty [get, set] |
Difficulty of the recipe. | |
long | PreparationTime [get, set] |
Preparation time in ticks. | |
long | PictureId [get, set] |
PK of the Picture of the recipe. | |
double | Servings [get, set] |
Number of servings in the recipe. |
A recipe.
Definition at line 12 of file RecipeRow.cs.
double Foodolini.Database.RecipeRow.AverageRating [get, set] |
Average aggregated rating of the recipe.
Definition at line 24 of file RecipeRow.cs.
int Foodolini.Database.RecipeRow.Difficulty [get, set] |
Difficulty of the recipe.
Definition at line 29 of file RecipeRow.cs.
long Foodolini.Database.RecipeRow.PictureId [get, set] |
PK of the Picture of the recipe.
Definition at line 39 of file RecipeRow.cs.
long Foodolini.Database.RecipeRow.PreparationTime [get, set] |
Preparation time in ticks.
Definition at line 34 of file RecipeRow.cs.
long Foodolini.Database.RecipeRow.RecipeRowId [get, set] |
Primary key.
Definition at line 17 of file RecipeRow.cs.
double Foodolini.Database.RecipeRow.Servings [get, set] |
Number of servings in the recipe.
Definition at line 44 of file RecipeRow.cs.
string Foodolini.Database.RecipeRow.Title [get, set] |
Definition at line 19 of file RecipeRow.cs.