Foodolini.Database.NutritionalValue Class Reference

Nutritional value in food. More...

List of all members.

Properties

long NutritionalValueId [get, set]
 Primary key.
long FoodDescriptionId [get, set]
 The associated food.
long NutritionDefinitionId [get, set]
 The type of nutrient associated with the value.
double Value [get, set]
 The nutritional value of the nutrient.

Detailed Description

Nutritional value in food.

Definition at line 11 of file NutritionalValue.cs.


Property Documentation

long Foodolini.Database.NutritionalValue.FoodDescriptionId [get, set]

The associated food.

Definition at line 21 of file NutritionalValue.cs.

long Foodolini.Database.NutritionalValue.NutritionalValueId [get, set]

Primary key.

Definition at line 16 of file NutritionalValue.cs.

long Foodolini.Database.NutritionalValue.NutritionDefinitionId [get, set]

The type of nutrient associated with the value.

Definition at line 26 of file NutritionalValue.cs.

double Foodolini.Database.NutritionalValue.Value [get, set]

The nutritional value of the nutrient.

Definition at line 31 of file NutritionalValue.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.