Click or drag to resize

AccessModifierNamedWindowContext Class

Provides the environment to .
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compiler.client.optionStatementOptionContextBase
    com.espertech.esper.compiler.client.optionAccessModifierNamedWindowContext

Namespace:  com.espertech.esper.compiler.client.option
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public class AccessModifierNamedWindowContext : StatementOptionContextBase

The AccessModifierNamedWindowContext type exposes the following members.

Constructors
  NameDescription
Public methodAccessModifierNamedWindowContext
Ctor
Top
Properties
  NameDescription
Public propertyAnnotations
Returns the annotations
(Inherited from StatementOptionContextBase.)
Public propertyEplSupplier
Returns the supplier of the EPL textual representation
(Inherited from StatementOptionContextBase.)
Public propertyModuleName
Returns the module name
(Inherited from StatementOptionContextBase.)
Public propertyNamedWindowName
Returns the named window name
Public propertyStatementName
Returns the statement name
(Inherited from StatementOptionContextBase.)
Public propertyStatementNumber
Returns the statement number
(Inherited from StatementOptionContextBase.)
Top
See Also