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

Constructs the index for matching ranges.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	attributeName As String, _
	filterOperator As FilterOperator, _
	eventType As EventType _
)
C#
public FilterParamIndexRange (
	string attributeName,
	FilterOperator filterOperator,
	EventType eventType
)
Visual C++
public:
FilterParamIndexRange (
	String^ attributeName, 
	FilterOperator filterOperator, 
	EventType^ eventType
)

Parameters

attributeName
System.String
is the name of the event attribute field
filterOperator
net.esper.filter.FilterOperator
is the type of range
eventType
net.esper.events.EventType
is type of events handled