[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Constructor.

Namespace: net.esper.filter
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	filterOperator As FilterOperator, _
	min As FilterSpecParamRangeValue, _
	max As FilterSpecParamRangeValue _
)
C#
public FilterSpecParamRange (
	string propertyName,
	FilterOperator filterOperator,
	FilterSpecParamRangeValue min,
	FilterSpecParamRangeValue max
)
Visual C++
public:
FilterSpecParamRange (
	String^ propertyName, 
	FilterOperator filterOperator, 
	FilterSpecParamRangeValue^ min, 
	FilterSpecParamRangeValue^ max
)

Parameters

propertyName
System.String
is the event property name
filterOperator
net.esper.filter.FilterOperator
is the type of range operator
min
net.esper.filter.FilterSpecParamRangeValue
is the begin point of the range
max
net.esper.filter.FilterSpecParamRangeValue
is the end point of the range