Click or drag to resize

ScriptExpression Class

Script-expression is external scripting language expression such as JavaScript, for example.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaScriptExpression

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

The ScriptExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpressionText
Returns the script body.
Public propertyName
Returns the script name.
Public propertyOptionalDialect
Returns a dialect name, or null if none is defined and the configured default applies
Public propertyOptionalEventTypeName
Returns the optional event type name.
Public propertyOptionalReturnType
Returns the return type, if any is specified.
Public propertyParameterNames
Returns the lambda expression parameters.
Top
Methods
See Also