Click or drag to resize

EPDataFlowOperatorParameterProviderContext Class

Context for use with describes the operator and parameters to provide.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowOperatorParameterProviderContext

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EPDataFlowOperatorParameterProviderContext

The EPDataFlowOperatorParameterProviderContext type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataFlowName
Returns the data flow name.
Public propertyFactory
Returns the operator instance.
Public propertyOperatorName
Returns the operator name.
Public propertyOperatorNum
Returns the operator number
Public propertyParameterName
Returns the parameter name.
Top
See Also