[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.
Namespace: net.esper.filter
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ propertyName As String, _ filterOperator As FilterOperator, _ filterConstant As Object _ ) |
C# |
---|
public FilterSpecParamConstant ( string propertyName, FilterOperator filterOperator, Object filterConstant ) |
Visual C++ |
---|
public: FilterSpecParamConstant ( String^ propertyName, FilterOperator filterOperator, Object^ filterConstant ) |
Parameters
- propertyName
- System.String
is the event property name
- filterOperator
- net.esper.filter.FilterOperator
is the type of compare
- filterConstant
- System.Object
contains the value to match against the event's property value