Click or drag to resize

ExtractTableDataScript Fields

The ExtractTableDataScript type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public field_compilerResult The result of the successfull compiler run. After this variable is set, the script text must not be changed!
(Inherited from AbstractScript)
Protected field_errors Holds error messages created by the compiler.
(Inherited from AbstractScript)
Protected field_isDirty True when the text changed from last time this flag was reseted.
(Inherited from AbstractScript)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_scriptName The name of the script. This is set to a arbitrary unique name ending in ".cs".
(Inherited from AbstractScript)
Protected field_scriptObject The script object. This is a instance of the newly created script class.
(Inherited from AbstractScript)
Public field_scriptText The text of the column script.
(Inherited from AbstractScript)
Protected field_wasTriedToCompile True when the script text was already tried to compile.
(Inherited from AbstractScript)
Top
See Also