Table of Contents

Class CreateProductSearch

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

Represents a model for the initiation of a product search

public sealed class CreateProductSearch : ProductSearchBase
Inheritance
CreateProductSearch
Inherited Members

Constructors

CreateProductSearch()

public CreateProductSearch()

Properties

AttributeOptions

The options for attributes (facets)

public FacetOptions AttributeOptions { get; set; }

Property Value

FacetOptions

Reference

An optional reference number to help with hash uniqueness

public long? Reference { get; set; }

Property Value

long?

Request

The product search request

public ProductSearchRequest Request { get; set; }

Property Value

ProductSearchRequest

SearchType

The type of search to perform

public SearchType SearchType { get; set; }

Property Value

SearchType