ScriptManager Methods TIBCO Spotfire 7.11 API Reference

The ScriptManager type exposes the following members.

Methods

  Name Description
Public method ExecuteScript(String, IDictionaryString, Object)
Executes the specified script.
Public method ExecuteScript(ScriptDefinition, IDictionaryString, Object)
Executes the specified script.
Public method ExecuteScript(String, IDictionaryString, Object, Stream)
Executes the specified script.
Public method ExecuteScript(String, ScriptLanguage, IDictionaryString, Object)
Executes the specified script.
Public method ExecuteScript(String, ScriptLanguage, IDictionaryString, Object, Stream)
Executes the specified script.
Public method ExecuteScript(String, ScriptLanguage, IDictionaryString, Object, Stream, Boolean)
Executes the specified script.
Public method GetScripts
Gets an enumeration of the scripts stored in this script manager.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method TryGetScript
Tries to get a script with the specified scriptName.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference