Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IScriptProxy.cs
1
using
Waher.Script.Model
;
2
3
namespace
Waher.Script.Data.Functions
4
{
8
public
interface
IScriptProxy
9
{
13
ILambdaExpression
Lambda
{
get
; }
14
18
Variables
Variables
{
get
; }
19
24
object
GetCallbackFunctionUntyped
();
25
}
26
}
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
Waher.Script.Data.Functions.IScriptProxy
Abstract base class for script proxies used by callback functions.
Definition:
IScriptProxy.cs:9
Waher.Script.Data.Functions.IScriptProxy.Lambda
ILambdaExpression Lambda
Lambda expression to call.
Definition:
IScriptProxy.cs:13
Waher.Script.Data.Functions.IScriptProxy.GetCallbackFunctionUntyped
object GetCallbackFunctionUntyped()
Untyped callback function.
Waher.Script.Model.ILambdaExpression
Base interface for lambda expressions.
Definition:
ILambdaExpression.cs:11
Waher.Script.Data.Functions
Definition:
Callback.cs:15
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script.Data
Functions
IScriptProxy.cs
Generated by
1.9.5