Click or drag to resize

DotExpressionItem Constructor (String, IList, Void)

Initializes a new instance of the DotExpressionItem class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DotExpressionItem(
	string name,
	IList parameters,
	void isProperty
)

Parameters

name
Type: SystemString

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

parameters
Type: System.Collections.GenericIListT

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

isProperty
Type: SystemVoid

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

See Also