ProductSummary Class Members
In This Topic
The following tables list the members exposed by ProductSummary.
Public Constructors
Public Properties
| Name | Description |
| Name |
Gets or sets the name of the product sold.
|
| Product |
Gets the associated product entity.
|
| ProductId |
Gets or sets the Id of the product.
|
| TotalPrice |
Gets or sets the total price of the product sold.
|
| TotalQuantity |
Gets or sets the total quantity of the product sold.
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also