Instance of the procedure class represents a pure function that can be executed on specified data. The other properties of the class are used to describe the procedure. To allow for procedure chaining, the input and output are both 1 record object.
The type of the input data.
The type of the output data.
Readonly
Private
Name of the procedure.
Performs the evaluation. Should be a pure function.
The input data.
The output data.
Performs the procedure.
Generated using TypeDoc
Instance of the procedure class represents a pure function that can be executed on specified data. The other properties of the class are used to describe the procedure. To allow for procedure chaining, the input and output are both 1 record object.