Click or drag to resize

RefinementInterval Constructor

Creates a new instance of RefinementInterval.

Namespace:  Colygon.MatchPoint.Common.Refinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public RefinementInterval(
	string customValue,
	IntervalType type,
	IComparable lower,
	IComparable upper
)

Parameters

customValue
Type: SystemString
Specifies the custom value on Microsoft.Office.Server.Search.Query.Gateway.RefinementInterval
type
Type: Colygon.MatchPoint.Common.RefinementIntervalType
Type of the described interval.
lower
Type: SystemIComparable
Lower bound of the interval.
upper
Type: SystemIComparable
Upper bound of the interval.
See Also