BasketSummary Class Members
In This Topic
The following tables list the members exposed by BasketSummary.
Public Constructors
Public Properties
| Name | Description |
| BasketId |
Gets or sets the Id of the basket.
|
| BasketTotal |
Gets or sets the total value of the basket.
|
| Customer |
Gets or sets the customer name.
|
| ItemCount |
Gets or sets the number of items in the basket.
|
| LastActivity |
Gets or sets the last activity of the customer.
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also