Click or drag to resize

DataFlowOperator Constructor (IList, Void, AnnotationPart, String, IList)

Initializes a new instance of the DataFlowOperator class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DataFlowOperator(
	IList annotations,
	void operatorName,
	AnnotationPart input,
	string output,
	IList parameters
)

Parameters

annotations
Type: System.Collections.GenericIListT

[Missing <param name="annotations"/> documentation for "M:com.espertech.esper.common.client.soda.DataFlowOperator.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.AnnotationPart,System.String,System.Collections.Generic.IList`1)"]

operatorName
Type: SystemVoid

[Missing <param name="operatorName"/> documentation for "M:com.espertech.esper.common.client.soda.DataFlowOperator.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.AnnotationPart,System.String,System.Collections.Generic.IList`1)"]

input
Type: com.espertech.esper.common.client.sodaAnnotationPart

[Missing <param name="input"/> documentation for "M:com.espertech.esper.common.client.soda.DataFlowOperator.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.AnnotationPart,System.String,System.Collections.Generic.IList`1)"]

output
Type: SystemString

[Missing <param name="output"/> documentation for "M:com.espertech.esper.common.client.soda.DataFlowOperator.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.AnnotationPart,System.String,System.Collections.Generic.IList`1)"]

parameters
Type: System.Collections.GenericIListT

[Missing <param name="parameters"/> documentation for "M:com.espertech.esper.common.client.soda.DataFlowOperator.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.AnnotationPart,System.String,System.Collections.Generic.IList`1)"]

See Also