Table of Contents

Class FacetResult

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

Represents the results for facets relating to the search

public sealed class FacetResult
Inheritance
FacetResult
Inherited Members

Constructors

FacetResult()

public FacetResult()

Properties

Facets

The facets

public IList<Facet> Facets { get; set; }

Property Value

IList<Facet>