Click or drag to resize

ArticlesTypes Enumeration

Documentation home page
Definition of article types we could have.

Namespace:  Ricardo.Enums.Article
Assembly:  Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntax
public enum ArticlesTypes
Members
  Member nameValueDescription
All0 All articles.
Vehicles1 All vehicle articles, that means cars bikes others and utilities type. Could be the same result than "All" type if we search only classified articles.
Core2 Only core articles.
Accessories3 Accessories articles.
Cars4 Cars articles.
Bikes5 Bikes articles.
Others6 Others articles.
Utilities7 Utilities articles.
CarsAndBikes8 CarsAndBikes articles [Accessory, Car, Bike, Utilities, Other].
See Also