A Recipe category. A Recipe can have many categories. More...
Properties | |
long | RecipeTagId [get, set] |
Primary key. | |
long | RecipeRowId [get, set] |
RecipeRowId this tag is assigned to. | |
string | Title [get, set] |
Title of the category. |
A Recipe category. A Recipe can have many categories.
Definition at line 11 of file RecipeTag.cs.
long Foodolini.Database.RecipeTag.RecipeRowId [get, set] |
RecipeRowId this tag is assigned to.
Definition at line 21 of file RecipeTag.cs.
long Foodolini.Database.RecipeTag.RecipeTagId [get, set] |
Primary key.
Definition at line 16 of file RecipeTag.cs.
string Foodolini.Database.RecipeTag.Title [get, set] |
Title of the category.
Definition at line 26 of file RecipeTag.cs.