Click or drag to resize

ConfigurationCompilerPlugInView Class

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

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 ConfigurationCompilerPlugInView

The ConfigurationCompilerPlugInView type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCompilerPlugInView
Initializes a new instance of the ConfigurationCompilerPlugInView class
Top
Properties
  NameDescription
Public propertyForgeClassName
Returns the view forge class name.
Public propertyName
Returns the view name.
Public propertyNamespace
Returns the namespace
Top
See Also