Click or drag to resize

View Constructor (String, String, IList)

Initializes a new instance of the View class

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

Parameters

namespace
Type: SystemString

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

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:com.espertech.esper.common.client.soda.View.#ctor(System.String,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.View.#ctor(System.String,System.String,System.Collections.Generic.IList`1)"]

See Also