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

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...
 

Function Documentation

◆ CountryCode()

class LegalLab.Script.CountryCode ( ScriptNode  Argument,
int  Start,
int  Length,
Expression  Expression 
)

Looks up a Country Name and returns the corresponding Country Code.

Parameters
ArgumentArgument.
StartStart position in script expression.
LengthLength of expression covered by node.
ExpressionExpression containing script.

Name of the function

Evaluates the function on a scalar argument.

Parameters
ArgumentFunction argument.
VariablesVariables collection.
Returns
Function result.

Evaluates the function on a scalar argument.

Parameters
ArgumentFunction argument.
VariablesVariables collection.
Returns
Function result.

Definition at line 18 of file CountryCode.cs.

◆ CountryCodes()

class LegalLab.Script.CountryCodes ( int  Start,
int  Length,
Expression  Expression 
)

Returns a vector of recognized country codes.

Parameters
StartStart position in script expression.
LengthLength of expression covered by node.
ExpressionExpression 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.

Parameters
VariablesVariables collection.
Returns
Result.

Definition at line 15 of file CountryCodes.cs.

◆ CountryEntries()

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.

Parameters
StartStart position in script expression.
LengthLength of expression covered by node.
ExpressionExpression 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.

Parameters
VariablesVariables collection.
Returns
Result.

Definition at line 17 of file CountryEntries.cs.

◆ CountryName()

class LegalLab.Script.CountryName ( ScriptNode  Argument,
int  Start,
int  Length,
Expression  Expression 
)

Looks up a Country Code and returns the corresponding Country Name.

Parameters
ArgumentArgument.
StartStart position in script expression.
LengthLength of expression covered by node.
ExpressionExpression containing script.

Name of the function

Evaluates the function on a scalar argument.

Parameters
ArgumentFunction argument.
VariablesVariables collection.
Returns
Function result.

Evaluates the function on a scalar argument.

Parameters
ArgumentFunction argument.
VariablesVariables collection.
Returns
Function result.

Definition at line 18 of file CountryName.cs.

◆ CountryNames()

class LegalLab.Script.CountryNames ( int  Start,
int  Length,
Expression  Expression 
)

Returns a vector of recognized country codes.

Parameters
StartStart position in script expression.
LengthLength of expression covered by node.
ExpressionExpression 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.

Parameters
VariablesVariables collection.
Returns
Result.

Definition at line 15 of file CountryNames.cs.