Foodolini.Database.RecipeTagMapping Class Reference

A many-to-may mapping between a recipe and a tag. More...

List of all members.

Properties

long RecipeTagMappingId [get, set]
 Primary key.
long RecipeId [get, set]
 PK of the recipe.
long RecipeTagId [get, set]
 PK of the tag.

Detailed Description

A many-to-may mapping between a recipe and a tag.

Definition at line 11 of file RecipeCategoryMapping.cs.


Property Documentation

long Foodolini.Database.RecipeTagMapping.RecipeId [get, set]

PK of the recipe.

Definition at line 21 of file RecipeCategoryMapping.cs.

long Foodolini.Database.RecipeTagMapping.RecipeTagId [get, set]

PK of the tag.

Definition at line 26 of file RecipeCategoryMapping.cs.

long Foodolini.Database.RecipeTagMapping.RecipeTagMappingId [get, set]

Primary key.

Definition at line 16 of file RecipeCategoryMapping.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.