Altaxo.Scripting Namespace |
Contains script documents, script collections, and script execution helpers.
Classes| | Class | Description |
|---|
 | AbstractScript |
Holds the text, compiled module, and related metadata of a script.
|
 | DataColumnScript |
Holds the text, the executable module, and properties of a data-column script.
|
 | ExtractTableDataScript |
Holds the text, the module (= executable), and properties of an extract-table-data script.
|
 | FileImportScript |
Holds the text, the executable module, and properties of a script used to import data from a file.
|
 | FitFunctionScript |
Holds the text, the module (=executable), and some properties of a property column script.
|
 | FitFunctionScriptCollection |
Represents a collection of FitFunctionScript instances.
|
 | FunctionEvaluationScript |
Holds the text, the compiled module, and related metadata of a function-evaluation script.
|
 | ProcessSourceTablesScript |
Holds the text, the executable module, and properties of a script that processes one or multiple source tables.
|
 | ProgramInstanceScript |
Script for a program instance of Altaxo. The main purpose is to add functionality when the script must load or close projects.
|
 | PropertyColumnScript |
Holds the text, the executable module, and properties of a property-column script.
|
 | TableScript |
Holds the text, the executable module, and additional properties of a table script.
|
Interfaces