Abstract |
The AbstractScript type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
Holds the accumulated change data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
| _compilerResult | The result of the successfull compiler run. After this variable is set, the script text must not be changed! | |
| _errors | Holds error messages created by the compiler. | |
| _isDirty | True when the text changed from last time this flag was reseted. | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _scriptName | The name of the script. This is set to a arbitrary unique name ending in ".cs". | |
| _scriptObject | The script object. This is a instance of the newly created script class. | |
| _scriptText | The text of the column script. | |
| _wasTriedToCompile | True when the script text was already tried to compile. |