PurchaseSummary Class Members
In This Topic
The following tables list the members exposed by PurchaseSummary.
Public Constructors
Public Properties
| Name | Description |
 | OrderDate |
Gets or sets the order date for this purchase.
|
 | OrderId |
Gets or sets the order Id for this purchase.
|
 | OrderNumber |
Gets or sets the order number for this purchase.
|
 | ProductName |
Gets or sets the name of the product purchased.
|
 | PurchasePrice |
Gets or sets the price of the product purchased.
|
 | Quantity |
Gets or sets the quantity of the product purchased.
|
 | Total |
Gets or sets the total price of the product purchased.
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also