Fit |
The FitFunctionScript type exposes the following members.
| Name | Description | |
|---|---|---|
| AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
| AssignmentRegionIndentation | Gets the indentation used in generated assignment regions. | |
| CodeEnd |
Gets the text inserted after the user code ends.
(Overrides AbstractScriptCodeEnd) | |
| CodeHeader |
Gets the code header, i.e. the leading script text. It depends on the ScriptStyle.
(Overrides AbstractScriptCodeHeader) | |
| CodeStart |
Gets the text inserted before the user code starts.
(Overrides AbstractScriptCodeStart) | |
| CodeTail |
Get the ending text of the script, dependent on the ScriptStyle.
(Overrides AbstractScriptCodeTail) | |
| CodeUserDefault |
Gets the default user code, for example a code sample.
(Overrides AbstractScriptCodeUserDefault) | |
| CreationTime | Date/Time of creating this fit function. | |
| Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
| DefinitionRegionIndentation | Gets the indentation used in generated definition regions. | |
| DependentAssignmentRegionCore | Gets the generated body of the dependent-variable assignment region. | |
| DependentAssignmentRegionEnd | Gets the end marker of the generated dependent-variable assignment region. | |
| DependentAssignmentRegionStart | Gets the start marker of the generated dependent-variable assignment region. | |
| DependentDeclarationRegionCore | Gets the generated body of the dependent-variable declaration region. | |
| DependentDeclarationRegionEnd | Gets the end marker of the generated dependent-variable declaration region. | |
| DependentDeclarationRegionStart | Gets the start marker of the generated dependent-variable declaration region. | |
| DependentDefinitionRegionCore | Gets the generated body of the dependent-variable definition region. | |
| DependentDefinitionRegionEnd | Gets the end marker of the generated dependent-variable definition region. | |
| DependentDefinitionRegionStart | Gets the start marker of the generated dependent-variable definition region. | |
| DependentVariablesNames | Sets the names of the dependent variables. | |
| Errors |
Returns the compiler errors as array of strings.
(Inherited from AbstractScript) | |
| FitFunctionCategory | Category of the fit function. If the fit function category contains PathSeparatorChars, than the parts of the string that are separated by these chars are treated as separate sub-categories. | |
| FitFunctionDescription | Descriptional text for that fit function. | |
| FitFunctionName | Name of the fit function. | |
| IndependentAssignmentRegionCore | Gets the generated body of the independent-variable assignment region. | |
| IndependentAssignmentRegionEnd | Gets the end marker of the generated independent-variable assignment region. | |
| IndependentAssignmentRegionStart | Gets the start marker of the generated independent-variable assignment region. | |
| IndependentDefinitionRegionCore | Gets the generated body of the independent-variable definition region. | |
| IndependentDefinitionRegionEnd | Gets the end marker of the generated independent-variable definition region. | |
| IndependentDefinitionRegionStart | Gets the start marker of the generated independent-variable definition region. | |
| IndependentVariablesNames | Sets the names of the independent variables. | |
| IsDirty |
True if the column script is dirty, i.e. the text changed since the last reset of IsDirty.
(Inherited from AbstractScript) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsReadOnly |
Returns true when the script text can not be modified. Use CloneForModification to
obtain a writable copy.
(Inherited from AbstractScript) | |
| IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
| IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode) | |
| IsUsingUserDefinedParameterNames | Returns true if the script uses user defined parameter names instead of using P[0], P[1] ... | |
| Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
| NumberOfDependentVariables | Number of dependent variables (i.e. y, in Altaxo this is commonly called v (like value)). | |
| NumberOfIndependentVariables | Number of independent variables (i.e. x). | |
| NumberOfParameters | Gets or sets the number of parameters. | |
| ParameterAssignmentRegionCore | Gets the generated body of the parameter-assignment region. | |
| ParameterAssignmentRegionEnd | Gets the end marker of the generated parameter-assignment region. | |
| ParameterAssignmentRegionStart | Gets the start marker of the generated parameter-assignment region. | |
| ParameterDefinitionRegionCore | Gets the generated body of the parameter-definition region. | |
| ParameterDefinitionRegionEnd | Gets the end marker of the generated parameter-definition region. | |
| ParameterDefinitionRegionStart | Gets the start marker of the generated parameter-definition region. | |
| ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| ScriptAssembly |
Gets the compiled script assembly, if compilation succeeded.
(Inherited from AbstractScript) | |
| ScriptName |
Gets the script file name.
(Inherited from AbstractScript) | |
| ScriptObject |
Gets the compiled script object, if available.
(Inherited from AbstractScript) | |
| ScriptObjectType |
Gives the type of the script object (full name), which is created after successfull compilation.
(Overrides AbstractScriptScriptObjectType) | |
| ScriptText |
Get / sets the script text
(Overrides AbstractScriptScriptText) | |
| ScriptTextHash |
Get the script text hash
(Inherited from AbstractScript) | |
| UserAreaScriptOffset |
Gets the index in the script (considered as string), where the
user area starts. This is momentarily behind the comment line
" ----- add your script below this line ------"
(Inherited from AbstractScript) | |
| UserDefinedParameterNames | Get / sets the user defined parameter names. If setting, this also sets the property IsUsingUserDefinedParameterNames to true, and the NumberOfParameters to the given number of user defined parameters. |