Class ProductSearchBase
Represents a model for product search
public class ProductSearchBase
- Inheritance
-
ProductSearchBase
- Derived
- Inherited Members
Constructors
ProductSearchBase()
public ProductSearchBase()
Properties
ProductFilters
Array of product filters
public List<string> ProductFilters { get; set; }
Property Value
Restrictions
The restrictions on the user
public UserRestrictions Restrictions { get; set; }