Spotfire.Dxp.Application.Scripting Namespace TIBCO Spotfire 7.12 API Reference
 
Classes

  Class Description
Public class ScriptDefinition
Represents a script and some metadata such as the language and formal parameters.
Public class ScriptLanguage
Represents a script language and version.
Public class ScriptManager
Manages the scripts in a document. There is one instance of the ScriptManager in each document and it is owned by the Document.
Public class ScriptManagerPropertyNames
Contains property name constants for the public properties of ScriptManager.
Public class ScriptParameter
Represents a formal parameter that a script expects when it executes.
Public class ScriptParameterCollection
Represents the parameters that a script expects when it executes. These are the formal parameters of the script.
Public class ScriptParameterType
Represents the type of a formal script parameter.