Function |
The FunctionEvaluationScript 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!
(Inherited from AbstractScript) |
![]() | _errors |
Holds error messages created by the compiler.
(Inherited from AbstractScript) |
![]() | _isDirty |
True when the text changed from last time this flag was reseted.
(Inherited from AbstractScript) |
![]() | _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".
(Inherited from AbstractScript) |
![]() | _scriptObject |
The script object. This is a instance of the newly created script class.
(Inherited from AbstractScript) |
![]() | _scriptText |
The text of the column script.
(Inherited from AbstractScript) |
![]() | _wasTriedToCompile |
True when the script text was already tried to compile.
(Inherited from AbstractScript) |