Click or drag to resize

DataFlowOpParameterAttribute Constructor (String, Boolean)

Initializes a new instance of the DataFlowOpParameterAttribute class

Namespace:  com.espertech.esper.common.client.dataflow.annotations
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DataFlowOpParameterAttribute(
	string name,
	bool isAll
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:com.espertech.esper.common.client.dataflow.annotations.DataFlowOpParameterAttribute.#ctor(System.String,System.Boolean)"]

isAll
Type: SystemBoolean

[Missing <param name="isAll"/> documentation for "M:com.espertech.esper.common.client.dataflow.annotations.DataFlowOpParameterAttribute.#ctor(System.String,System.Boolean)"]

See Also