Class managing a script expression.
override string FunctionName
Name of the function
NewGuid(int Start, int Length, Expression Expression)
NewGuid()
override IElement Evaluate(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection. This method should be ...
Base class for funcions of zero variables.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.