Click or drag to resize

ModuleUsesContext Class

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

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

The ModuleUsesContext type exposes the following members.

Constructors
  NameDescription
Public methodModuleUsesContext
Initializes a new instance of the ModuleUsesContext class
Top
Properties
  NameDescription
Public propertyModuleName
Returns the module name or null when none provided
Public propertyModuleUsesProvided
Returns the module uses or null when none provided
Top
See Also