Class ProductSearchBase
Represents a model for product search
Constructors
ProductSearchBase()
Declaration
public ProductSearchBase()
Properties
ProductFilters
Array of product filters
Declaration
public List<string> ProductFilters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Restrictions
The restrictions on the user
Declaration
public UserRestrictions Restrictions { get; set; }
Property Value
Type | Description |
---|---|
UserRestrictions |