Table of Contents

Class Facet

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

Represents a facet of the data

public sealed class Facet
Inheritance
Facet
Inherited Members

Constructors

Facet()

public Facet()

Properties

Field

The field that the facet relates to

public string Field { get; set; }

Property Value

string

Values

The facet values

public IList<FacetValue> Values { get; set; }

Property Value

IList<FacetValue>