Class Facet
Represents a facet of the data
Constructors
Facet()
Declaration
public Facet()
Properties
Field
The field that the facet relates to
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Values
The facet values
Declaration
public IList<FacetValue> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<FacetValue> |