Click or drag to resize

DataFlowOpParameterAttribute Class

Annotation for use with data flow fields on operator forges to receive parameters
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.dataflow.annotationsDataFlowOpParameterAttribute

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

The DataFlowOpParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDataFlowOpParameterAttribute
Initializes a new instance of the DataFlowOpParameterAttribute class
Public methodDataFlowOpParameterAttribute(Boolean)
Initializes a new instance of the DataFlowOpParameterAttribute class
Public methodDataFlowOpParameterAttribute(String)
Initializes a new instance of the DataFlowOpParameterAttribute class
Public methodDataFlowOpParameterAttribute(String, Boolean)
Initializes a new instance of the DataFlowOpParameterAttribute class
Top
Properties
  NameDescription
Public propertyIsAll
Public propertyName
Top
See Also