Class Facet
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
Values
The facet values
public IList<FacetValue> Values { get; set; }