Click or drag to resize

ConfigurationCompilerAddPlugInVirtualDataWindow Method (String, String, String)

Add a virtual data window for plug-in.

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddPlugInVirtualDataWindow(
	string namespace,
	string name,
	string forgeClass
)

Parameters

namespace
Type: SystemString
is the namespace the virtual data window should be available under
name
Type: SystemString
is the name of the data window
forgeClass
Type: SystemString
is the view forge class to use
See Also