Click or drag to resize

Module Constructor (String, String, ICollection, Void, String, ICollection)

Initializes a new instance of the Module class

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Module(
	string name,
	string uri,
	ICollection uses,
	void imports,
	string items,
	ICollection moduleText
)

Parameters

name
Type: SystemString

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

uri
Type: SystemString

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

uses
Type: System.Collections.GenericICollectionT

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

imports
Type: SystemVoid

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

items
Type: SystemString

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

moduleText
Type: System.Collections.GenericICollectionT

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

See Also