Click or drag to resize

ConfigurationCompilerPlugInVirtualDataWindow Class

Configuration information for plugging in a custom view.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerPlugInVirtualDataWindow

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCompilerPlugInVirtualDataWindow

The ConfigurationCompilerPlugInVirtualDataWindow type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCompilerPlugInVirtualDataWindow
Initializes a new instance of the ConfigurationCompilerPlugInVirtualDataWindow class
Top
Properties
  NameDescription
Public propertyConfig
Returns any additional configuration passed to the factory as part of the context.
Public propertyForgeClassName
Returns the view factory class name.
Public propertyName
Returns the view name.
Public propertyNamespace
Returns the namespace
Top
See Also