Class Purchase
Represent the Purchase of Item(s)
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.Activity
Assembly:UM4RS.dll
Syntax
[Table("Purchase")]
public class Purchase : RatedActivity
Constructors
Purchase()
Empty contructors, initializes the Item and Place collections
Declaration
public Purchase()
Properties
Item
The Items(s) that were purchased
Declaration
public List<Item> Item { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Item> |
Place
The Place(s) where the Items were purchased
Declaration
public List<Place> Place { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><Place> |