[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)
Protected Sub New ( _
	propertyName As String, _
	filterOperator As FilterOperator, _
	eventType As EventType _
)
C#
protected FilterParamIndex (
	string propertyName,
	FilterOperator filterOperator,
	EventType eventType
)
Visual C++
protected:
FilterParamIndex (
	String^ propertyName, 
	FilterOperator filterOperator, 
	EventType^ eventType
)

Parameters

propertyName
System.String
is the name of the event property the index goes against
filterOperator
net.esper.filter.FilterOperator
is the type of comparison performed.
eventType
net.esper.events.EventType
is the event type the index will handle.