Show / Hide Table of Contents

Class Purchase

Represent the Purchase of Item(s)

Inheritance
System.Object
Activity
RatedActivity
Purchase
Inherited Members
RatedActivity.Rating
Activity.Id
Activity.Name
Activity.User
Activity.Context
Activity.TimeStamp
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>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX