A many-to-many mapping between Recipe and FoodDescription. More...
Properties | |
long | RecipeFoodMappingId [get, set] |
Primary key. | |
long | RecipeId [get, set] |
The associated Recipe PK. | |
long | FoodDescriptionId [get, set] |
The associated FoodDescription PK. | |
double | Quantity [get, set] |
Amount of the ingredient in grams. |
A many-to-many mapping between Recipe and FoodDescription.
Definition at line 11 of file RecipeFoodMapping.cs.
long Foodolini.Database.RecipeFoodMapping.FoodDescriptionId [get, set] |
The associated FoodDescription PK.
Definition at line 26 of file RecipeFoodMapping.cs.
double Foodolini.Database.RecipeFoodMapping.Quantity [get, set] |
Amount of the ingredient in grams.
Definition at line 31 of file RecipeFoodMapping.cs.
long Foodolini.Database.RecipeFoodMapping.RecipeFoodMappingId [get, set] |
Primary key.
Definition at line 16 of file RecipeFoodMapping.cs.
long Foodolini.Database.RecipeFoodMapping.RecipeId [get, set] |
The associated Recipe PK.
Definition at line 21 of file RecipeFoodMapping.cs.