A step in a recipe. More...
Properties | |
long | RecipeStepId [get, set] |
Primary key of RecipeStep. | |
long | RecipeId [get, set] |
PK of associated Recipe. | |
string | Directions [get, set] |
Directions for the current step in a recipe. | |
long | SortOrder [get, set] |
A step in a recipe.
Definition at line 11 of file RecipeStep.cs.
string Foodolini.Database.RecipeStep.Directions [get, set] |
Directions for the current step in a recipe.
Definition at line 26 of file RecipeStep.cs.
long Foodolini.Database.RecipeStep.RecipeId [get, set] |
PK of associated Recipe.
Definition at line 21 of file RecipeStep.cs.
long Foodolini.Database.RecipeStep.RecipeStepId [get, set] |
Primary key of RecipeStep.
Definition at line 16 of file RecipeStep.cs.
long Foodolini.Database.RecipeStep.SortOrder [get, set] |
Definition at line 28 of file RecipeStep.cs.