Click or drag to resize

Altaxo.Scripting Namespace

[Missing <summary> documentation for "N:Altaxo.Scripting"]

Classes
 ClassDescription
Public classAbstractScript Holds the text, the module (=executable), and some properties of a column script.
Public classDataColumnScript Holds the text, the module (=executable), and some properties of a data column script.
Public classExtractTableDataScript Holds the text, the module (=executable), and some properties of a property column script.
Public classFileImportScript Holds the text, the module (=executable), and some properties of a script to import from a file.
Public classFitFunctionScript Holds the text, the module (=executable), and some properties of a property column script.
Public classFitFunctionScriptCollection 
Public classFunctionEvaluationScript Holds the text, the module (=executable), and some properties of a property column script.
Public classProcessSourceTablesScript Holds the text, the module (=executable), and some properties of a script to process one or multiple source table data.
Public classProgramInstanceScript Script for a program instance of Altaxo. Main purpose is add functionality, when the script must load or close projects.
Public classPropertyColumnScript Holds the text, the module (=executable), and some properties of a property column script.
Public classTableScript Holds the text, the module (=executable), and some properties of a column script.
Interfaces
 InterfaceDescription
Public interfaceIColumnScriptText 
Public interfaceIExtractTableDataScriptText 
Public interfaceIFitFunctionScriptText 
Public interfaceIFunctionEvaluationScriptText 
Public interfaceIPureScriptText 
Public interfaceIScriptText Interface to a script, e.g. a table or column script