Food in the inventory. More...
Properties | |
long | FoodItemRowId [get, set] |
Primary key. | |
long | FoodDescriptionId [get, set] |
Identifies the associated FoodDescription. | |
double | Quantity [get, set] |
Defines the multiplier of the given FoodDescription. | |
DateTime | ExpirationDate [get, set] |
Date when this food item expires. | |
DateTime | ConsumedDate [get, set] |
When the food item was consumed. | |
long | ConsumedBy [get, set] |
Identifies the user, who consumed the food item. | |
bool | IsOpen [get, set] |
Flags whether the FoodItem has been opened. | |
DateTime | RegisteredDate [get, set] |
Food in the inventory.
Definition at line 11 of file FoodItemRow.cs.
long Foodolini.Database.FoodItemRow.ConsumedBy [get, set] |
Identifies the user, who consumed the food item.
Definition at line 41 of file FoodItemRow.cs.
DateTime Foodolini.Database.FoodItemRow.ConsumedDate [get, set] |
When the food item was consumed.
Definition at line 36 of file FoodItemRow.cs.
DateTime Foodolini.Database.FoodItemRow.ExpirationDate [get, set] |
Date when this food item expires.
Definition at line 31 of file FoodItemRow.cs.
long Foodolini.Database.FoodItemRow.FoodDescriptionId [get, set] |
Identifies the associated FoodDescription.
Definition at line 21 of file FoodItemRow.cs.
long Foodolini.Database.FoodItemRow.FoodItemRowId [get, set] |
Primary key.
Definition at line 16 of file FoodItemRow.cs.
bool Foodolini.Database.FoodItemRow.IsOpen [get, set] |
Flags whether the FoodItem has been opened.
Definition at line 46 of file FoodItemRow.cs.
double Foodolini.Database.FoodItemRow.Quantity [get, set] |
Defines the multiplier of the given FoodDescription.
Definition at line 26 of file FoodItemRow.cs.
DateTime Foodolini.Database.FoodItemRow.RegisteredDate [get, set] |
Definition at line 48 of file FoodItemRow.cs.