![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Functions | |
| class | CountryCode (ScriptNode Argument, int Start, int Length, Expression Expression) |
| Looks up a Country Name and returns the corresponding Country Code. More... | |
| class | CountryCodes (int Start, int Length, Expression Expression) |
| Returns a vector of recognized country codes. More... | |
| class | CountryEntries (int Start, int Length, Expression Expression) |
| Returns an object whose property names are country codes, and their corresponding values the corresponding country name. More... | |
| class | CountryName (ScriptNode Argument, int Start, int Length, Expression Expression) |
| Looks up a Country Code and returns the corresponding Country Name. More... | |
| class | CountryNames (int Start, int Length, Expression Expression) |
| Returns a vector of recognized country codes. More... | |
| class LegalLab.Script.CountryCode | ( | ScriptNode | Argument, |
| int | Start, | ||
| int | Length, | ||
| Expression | Expression | ||
| ) |
Looks up a Country Name and returns the corresponding Country Code.
| Argument | Argument. |
| Start | Start position in script expression. |
| Length | Length of expression covered by node. |
| Expression | Expression containing script. |
Name of the function
Evaluates the function on a scalar argument.
| Argument | Function argument. |
| Variables | Variables collection. |
Evaluates the function on a scalar argument.
| Argument | Function argument. |
| Variables | Variables collection. |
Definition at line 18 of file CountryCode.cs.
| class LegalLab.Script.CountryCodes | ( | int | Start, |
| int | Length, | ||
| Expression | Expression | ||
| ) |
Returns a vector of recognized country codes.
| Start | Start position in script expression. |
| Length | Length of expression covered by node. |
| Expression | Expression containing script. |
Name of the function
Evaluates the node, using the variables provided in the Variables collection. This method should be used for nodes whose ScriptNode.IsAsynchronous is false.
| Variables | Variables collection. |
Definition at line 15 of file CountryCodes.cs.
| class LegalLab.Script.CountryEntries | ( | int | Start, |
| int | Length, | ||
| Expression | Expression | ||
| ) |
Returns an object whose property names are country codes, and their corresponding values the corresponding country name.
| Start | Start position in script expression. |
| Length | Length of expression covered by node. |
| Expression | Expression containing script. |
Name of the function
Evaluates the node, using the variables provided in the Variables collection. This method should be used for nodes whose ScriptNode.IsAsynchronous is false.
| Variables | Variables collection. |
Definition at line 17 of file CountryEntries.cs.
| class LegalLab.Script.CountryName | ( | ScriptNode | Argument, |
| int | Start, | ||
| int | Length, | ||
| Expression | Expression | ||
| ) |
Looks up a Country Code and returns the corresponding Country Name.
| Argument | Argument. |
| Start | Start position in script expression. |
| Length | Length of expression covered by node. |
| Expression | Expression containing script. |
Name of the function
Evaluates the function on a scalar argument.
| Argument | Function argument. |
| Variables | Variables collection. |
Evaluates the function on a scalar argument.
| Argument | Function argument. |
| Variables | Variables collection. |
Definition at line 18 of file CountryName.cs.
| class LegalLab.Script.CountryNames | ( | int | Start, |
| int | Length, | ||
| Expression | Expression | ||
| ) |
Returns a vector of recognized country codes.
| Start | Start position in script expression. |
| Length | Length of expression covered by node. |
| Expression | Expression containing script. |
Name of the function
Evaluates the node, using the variables provided in the Variables collection. This method should be used for nodes whose ScriptNode.IsAsynchronous is false.
| Variables | Variables collection. |
Definition at line 15 of file CountryNames.cs.