A many-to-may mapping between a recipe and a tag. More...
Properties | |
long | RecipeTagMappingId [get, set] |
Primary key. | |
long | RecipeId [get, set] |
PK of the recipe. | |
long | RecipeTagId [get, set] |
PK of the tag. |
A many-to-may mapping between a recipe and a tag.
Definition at line 11 of file RecipeCategoryMapping.cs.
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.