[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, _ resultEventAsName As String, _ resultEventProperty As String _ ) |
C# |
---|
public FilterSpecParamEventProp ( string propertyName, FilterOperator filterOperator, string resultEventAsName, string resultEventProperty ) |
Visual C++ |
---|
public: FilterSpecParamEventProp ( String^ propertyName, FilterOperator filterOperator, String^ resultEventAsName, String^ resultEventProperty ) |
Parameters
- propertyName
- System.String
is the event property name
- filterOperator
- net.esper.filter.FilterOperator
is the type of compare
- resultEventAsName
- System.String
is the name of the result event from which to get a property value to compare
- resultEventProperty
- System.String
is the name of the property to get from the named result event