Click or drag to resize

ConfigurationCompilerPlugInPatternObject Class

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

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 ConfigurationCompilerPlugInPatternObject

The ConfigurationCompilerPlugInPatternObject type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCompilerPlugInPatternObject
Initializes a new instance of the ConfigurationCompilerPlugInPatternObject class
Top
Properties
  NameDescription
Public propertyForgeClassName
Returns the view factory class name.
Public propertyName
Returns the view name.
Public propertyNamespace
Returns the namespace
Public propertyPatternObjectType
Returns an object type of the pattern object plug-in.
Top
See Also