Represents a shoppinglist item. More...
Properties | |
long | ShoppingListItemRowId [get, set] |
Primary key. | |
long | RecipeRowId [get, set] |
The recipe. | |
long | FoodDescriptionId [get, set] |
The ingredient. | |
long | UserId [get, set] |
The owner of the shopping list item. | |
double | Quantity [get, set] |
Quantity of the ingredient. |
Represents a shoppinglist item.
Definition at line 11 of file ShoppingListItemRow.cs.
long Foodolini.Database.ShoppingListItemRow.FoodDescriptionId [get, set] |
The ingredient.
Definition at line 26 of file ShoppingListItemRow.cs.
double Foodolini.Database.ShoppingListItemRow.Quantity [get, set] |
Quantity of the ingredient.
Definition at line 36 of file ShoppingListItemRow.cs.
long Foodolini.Database.ShoppingListItemRow.RecipeRowId [get, set] |
The recipe.
Definition at line 21 of file ShoppingListItemRow.cs.
long Foodolini.Database.ShoppingListItemRow.ShoppingListItemRowId [get, set] |
Primary key.
Definition at line 16 of file ShoppingListItemRow.cs.
long Foodolini.Database.ShoppingListItemRow.UserId [get, set] |
The owner of the shopping list item.
Definition at line 31 of file ShoppingListItemRow.cs.