Manages the scripts in a document. There is one instance of the ScriptManager in each document and
it is owned by the Document.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.ScriptingScriptManager
Namespace: Spotfire.Dxp.Application.Scripting
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(13, 0)] public sealed class ScriptManager : DocumentNode
The ScriptManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
Name | Description | |
---|---|---|
![]() | ExecuteScript(String, IDictionaryString, Object) | Obsolete.
Executes the specified script.
|
![]() | ExecuteScript(ScriptDefinition, IDictionaryString, Object) |
Executes the specified script.
|
![]() | ExecuteScript(String, ScriptLanguage, IDictionaryString, Object) |
Executes the specified script.
|
![]() | ExecuteScript(String, IDictionaryString, Object, Stream) | Obsolete.
Executes the specified script.
|
![]() | ExecuteScript(String, ScriptLanguage, IDictionaryString, Object, Stream) |
Executes the specified script.
|
![]() | ExecuteScript(String, ScriptLanguage, IDictionaryString, Object, Stream, Boolean) |
Executes the specified script.
|
![]() | GetScripts |
Gets an enumeration of the scripts stored in this script manager.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetScript |
Tries to get a script with the specified scriptName.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also