UserSummary Class Members
In This Topic
The following tables list the members exposed by UserSummary.
Public Constructors
Public Properties
| Name | Description |
| OrderCount |
Gets or sets the number of orders placed by the user.
|
| OrderTotal |
Gets or sets the total of all ordesr placed by the user.
|
| User |
Gets the associated user entity.
|
| UserId |
Gets or sets the Id of the user.
|
| UserName |
Gets the name of the user.
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also