A food category. More...
Properties | |
long | FoodGroupId [get, set] |
Primary key. | |
string | Description [get, set] |
The name of the food group. |
A food category.
Definition at line 11 of file FoodGroup.cs.
string Foodolini.Database.FoodGroup.Description [get, set] |
The name of the food group.
Definition at line 21 of file FoodGroup.cs.
long Foodolini.Database.FoodGroup.FoodGroupId [get, set] |
Primary key.
Definition at line 16 of file FoodGroup.cs.