Foodolini.Database.RecipeTag Class Reference

A Recipe category. A Recipe can have many categories. More...

List of all members.

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.

Detailed Description

A Recipe category. A Recipe can have many categories.

Definition at line 11 of file RecipeTag.cs.


Property Documentation

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.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.