Table of Contents

Class ProductSearchBase

Namespace
Si.Srp.Models.Search.Request
Assembly
Si.Srp.Models.Search.dll

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

List<string>

Restrictions

The restrictions on the user

public UserRestrictions Restrictions { get; set; }

Property Value

UserRestrictions