[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Constructor - validates parameter list against event type, throws exception if invalid
property names or mismatcing filter operators are found.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ eventType As EventType, _ parameters As IList(Of FilterSpecParam) _ ) |
C# |
---|
public FilterSpec ( EventType eventType, IList<FilterSpecParam> parameters ) |
Visual C++ |
---|
public: FilterSpec ( EventType^ eventType, IList<FilterSpecParam^>^ parameters ) |
Parameters
- eventType
- net.esper.events.EventType
is the event type
- parameters
- System.Collections.Generic.IList<(Of T>)
is a list of filter parameters