Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Script Namespace Reference

Classes

class  Expression
 Class managing a script expression. More...
 
interface  IContextVariables
 Variables available in a specific context. More...
 
class  PreviewEventArgs
 Event arguments for preview events. More...
 
class  StatusEventArgs
 Event arguments for status events. More...
 
class  Variable
 Contains information about a variable. More...
 
class  Variables
 Collection of variables. More...
 

Functions

delegate Task PreviewEventHandler (object Sender, PreviewEventArgs e)
 Delegate for preview events. More...
 
delegate Task StatusEventHandler (object Sender, StatusEventArgs e)
 Delegate for status events. More...
 
delegate Task< string > ValuePrinter (object Value, Variables Variables)
 Converts a value to a printable string. More...
 

Function Documentation

◆ PreviewEventHandler()

delegate Task Waher.Script.PreviewEventHandler ( object  Sender,
PreviewEventArgs  e 
)

Delegate for preview events.

Parameters
Sender
eEvent arguments

◆ StatusEventHandler()

delegate Task Waher.Script.StatusEventHandler ( object  Sender,
StatusEventArgs  e 
)

Delegate for status events.

Parameters
Sender
eEvent arguments

◆ ValuePrinter()

delegate Task< string > Waher.Script.ValuePrinter ( object  Value,
Variables  Variables 
)

Converts a value to a printable string.

Parameters
ValueValue to print.
VariablesReference to current variables collection.
Returns
String to print.