Click or drag to resize

ModuleItem Constructor (EPStatementObjectModel)

Initializes a new instance of the ModuleItem class.

Namespace:  com.espertech.esper.common.client.module
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ModuleItem(
	EPStatementObjectModel model
)

Parameters

model
Type: com.espertech.esper.common.client.sodaEPStatementObjectModel
The model.
See Also