ProductViewType Enumeration |
Documentation home page
Defines the product view type for the request.
Namespace:
Ricardo.Enums.Article
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntaxpublic enum ProductViewType
Public Enumeration ProductViewType
Members
| Member name | Value | Description |
---|
| LiveAuction | 1 |
The live auction.
|
| LiveAutoAuction | 2 |
The live automatic auction.
|
| LiveAutoClassified | 3 |
The live automatic classified.
|
| PlannedAuction | 4 |
The planned auction.
|
| PlannedAutoAuction | 5 |
The planned automatic auction.
|
| PreviewAutoClassified | 6 |
The planned automatic classified.
|
| ArchivedAuction | 7 |
The archived auction.
|
| ArchivedAutoAuction | 8 |
The archived automatic auction.
|
| ArchivedAutoClassified | 9 |
The archived automatic classified.
|
| OfflineArchivedAuction | 10 |
The Offline archived auction.
|
| OfflineArchivedAutoAuction | 11 |
The Offline archived automatic auction.
|
| OfflineArchivedAutoClassified | 12 |
The Offline archived automatic classified.
|
See Also