Click or drag to resize

ScriptExpression Constructor (String, IList, Void, String, String)

Initializes a new instance of the ScriptExpression class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ScriptExpression(
	string name,
	IList parameterNames,
	void expressionText,
	string optionalReturnType,
	string optionalDialect
)

Parameters

name
Type: SystemString

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

parameterNames
Type: System.Collections.GenericIListT

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

expressionText
Type: SystemVoid

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

optionalReturnType
Type: SystemString

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

optionalDialect
Type: SystemString

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

See Also