Represents a script and some metadata such as the language and formal parameters.
Inheritance Hierarchy
Spotfire.Dxp.Application.ScriptingScriptDefinition
Namespace: Spotfire.Dxp.Application.Scripting
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[SerializableAttribute] [ImmutableAttribute] [NotPersistedAttribute] public sealed class ScriptDefinition : ISerializable
The ScriptDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Description |
Gets a description of this script suitable for displaying to the user.
| |
Name |
Gets the name of this script.
| |
Parameters |
Gets the formal parameters of this script.
| |
ScriptCode |
Gets the code for this script.
| |
WrapInTransaction |
Gets a value indicating whether the script should be executed in a transaction or not.
|
Version Information
See Also