Dialog were the user can select the quantity of food to consume. More...
Public Member Functions | |
ConsumeFoodItem (FoodItem foodItem, Person person) | |
display the selected person and sets the quantity of the spinbutton | |
Protected Member Functions | |
virtual void | Build () |
Properties | |
double | Quantity [get] |
Dialog were the user can select the quantity of food to consume.
Definition at line 14 of file ConsumeFoodItem.cs.
display the selected person and sets the quantity of the spinbutton
foodItem | A FoodItem to be consumed | |
person | A Person to consume the FoodItem |
Definition at line 26 of file ConsumeFoodItem.cs.
virtual void Foodolini.Activities.ConsumeFoodItem.Build | ( | ) | [protected, virtual] |
Definition at line 38 of file Foodolini.Activities.ConsumeFoodItem.cs.
double Foodolini.Activities.ConsumeFoodItem.Quantity [get] |
returns the quantity of the spinbutton
Definition at line 44 of file ConsumeFoodItem.cs.