Click or drag to resize

IRefinementResult Interface

Refinement result representation.

Namespace:  Colygon.MatchPoint.Core.DataProviders
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public interface IRefinementResult

The IRefinementResult type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of elements matching the refiner.
Public propertyLabel
Human readable label (e.g. 0 to 5).
Public propertyRefinerName
Refiner property name.
Public propertyToken
Refinement token.
Top
See Also