![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Contains information about a variable. More...
Public Member Functions | |
Variable (string Name, IElement Value) | |
Contains information about a variable. More... | |
Variable (string Name, double Value) | |
Contains information about a variable. More... | |
Variable (string Name, string Value) | |
Contains information about a variable. More... | |
Variable (string Name, bool Value) | |
Contains information about a variable. More... | |
Variable (string Name, object Value) | |
Contains information about a variable. More... | |
void | SetValue (object Value) |
Sets the value of the variable. More... | |
override string | ToString () |
Properties | |
string | Name [get] |
Name of variable. More... | |
IElement | ValueElement [get] |
Value element of variable. More... | |
object | ValueObject [get] |
Object Value of variable. More... | |
Contains information about a variable.
Definition at line 9 of file Variable.cs.
Waher.Script.Variable.Variable | ( | string | Name, |
IElement | Value | ||
) |
Contains information about a variable.
Name | Name of variable. |
Value | Value of variable. |
Definition at line 19 of file Variable.cs.
Waher.Script.Variable.Variable | ( | string | Name, |
double | Value | ||
) |
Contains information about a variable.
Name | Name of variable. |
Value | Value of variable. |
Definition at line 30 of file Variable.cs.
Waher.Script.Variable.Variable | ( | string | Name, |
string | Value | ||
) |
Contains information about a variable.
Name | Name of variable. |
Value | Value of variable. |
Definition at line 40 of file Variable.cs.
Waher.Script.Variable.Variable | ( | string | Name, |
bool | Value | ||
) |
Contains information about a variable.
Name | Name of variable. |
Value | Value of variable. |
Definition at line 50 of file Variable.cs.
Waher.Script.Variable.Variable | ( | string | Name, |
object | Value | ||
) |
Contains information about a variable.
Name | Name of variable. |
Value | Value of variable. |
Definition at line 60 of file Variable.cs.
void Waher.Script.Variable.SetValue | ( | object | Value | ) |
Sets the value of the variable.
Value | Value of variable. |
Definition at line 70 of file Variable.cs.
override string Waher.Script.Variable.ToString | ( | ) |
Definition at line 91 of file Variable.cs.
|
get |
Name of variable.
Definition at line 78 of file Variable.cs.
|
get |
Value element of variable.
Definition at line 83 of file Variable.cs.
|
get |
Object Value of variable.
Definition at line 88 of file Variable.cs.