Interface IFacetResult
Represents a facet results consisting of IFacetValue
public interface IFacetResult : IEnumerable<IFacetValue>, IEnumerable
- Inherited Members
Methods
Facet(string)
Gets the facet for a label
IFacetValue? Facet(string label)
Parameters
label
string
Returns
TryGetFacet(string, out IFacetValue?)
Trys to get a facet value for a label
bool TryGetFacet(string label, out IFacetValue? facetValue)
Parameters
label
stringfacetValue
IFacetValue