Foodolini.Database.ShoppingListItemRow Class Reference

Represents a shoppinglist item. More...

List of all members.

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.

Detailed Description

Represents a shoppinglist item.

Definition at line 11 of file ShoppingListItemRow.cs.


Property Documentation

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.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.