Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PreviewEventArgs.cs
1
using
System
;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script
5
{
9
public
class
PreviewEventArgs
: EventArgs
10
{
11
private
readonly
Expression
expression;
12
private
readonly
Variables
variables;
13
private
readonly
IElement
preview;
14
21
public
PreviewEventArgs
(
Expression
Expression
,
Variables
Variables
,
IElement
Preview
)
22
{
23
this.expression =
Expression
;
24
this.variables =
Variables
;
25
this.preview =
Preview
;
26
}
27
31
public
Expression
Expression
=> this.expression;
32
36
public
Variables
Variables
=> this.variables;
37
41
public
IElement
Preview
=> this.preview;
42
}
43
}
Waher.Script.Expression
Class managing a script expression.
Definition:
Expression.cs:41
Waher.Script.PreviewEventArgs
Event arguments for preview events.
Definition:
PreviewEventArgs.cs:10
Waher.Script.PreviewEventArgs.Preview
IElement Preview
Preview of result.
Definition:
PreviewEventArgs.cs:41
Waher.Script.PreviewEventArgs.Variables
Variables Variables
Current Variables Collection.
Definition:
PreviewEventArgs.cs:36
Waher.Script.PreviewEventArgs.Expression
Expression Expression
Expression being evaluated.
Definition:
PreviewEventArgs.cs:31
Waher.Script.PreviewEventArgs.PreviewEventArgs
PreviewEventArgs(Expression Expression, Variables Variables, IElement Preview)
Event arguments for preview events.
Definition:
PreviewEventArgs.cs:21
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
Waher.Script.Abstraction.Elements.IElement
Basic interface for all types of elements.
Definition:
IElement.cs:21
System
Definition:
Adapters.g.cs:58
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:4
Waher.Script
Definition:
App.xaml.cs:4
IoTGateway
Script
Waher.Script
PreviewEventArgs.cs
Generated by
1.9.5