Table of Contents

Class ProductResult

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

Represents a list of product results

public class ProductResult
Inheritance
ProductResult
Inherited Members

Constructors

ProductResult()

public ProductResult()

Properties

Products

List of read-only list of Products returned by search engine

public IList<Product> Products { get; set; }

Property Value

IList<Product>

Total

Total number of returned products

public uint Total { get; set; }

Property Value

uint