Class Dish
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Item
Assembly:UM4RS.dll
Syntax
[Table("Dish")]
public class Dish : Item, IDisposable, IBaseEntity
Constructors
Dish()
Declaration
public Dish()
Properties
Calories
Declaration
public int Calories { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
EatItemActionId
Declaration
public int EatItemActionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
FoodType
Declaration
public string FoodType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Picture
Declaration
public List<Photo> Picture { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Photo> |
Price
Declaration
public double Price { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
RestaurantItemId
Declaration
public int RestaurantItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |