The ScriptManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ExecuteScript(String, IDictionaryString, Object) |
Executes the specified script.
|
![]() |
ExecuteScript(ScriptDefinition, IDictionaryString, Object) |
Executes the specified script.
|
![]() |
ExecuteScript(String, IDictionaryString, Object, Stream) |
Executes the specified script.
|
![]() |
ExecuteScript(String, ScriptLanguage, IDictionaryString, Object) |
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.) |
![]() |
TryGetScript |
Tries to get a script with the specified scriptName.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
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.) |
See Also