ScriptDefinition Class

TIBCO Spotfire 11.4 API Reference
Represents a script and some metadata such as the language and formal parameters.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ScriptingScriptDefinition

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]
[ImmutableAttribute]
[NotPersistedAttribute]
public sealed class ScriptDefinition : ISerializable

The ScriptDefinition type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets a description of this script suitable for displaying to the user.
Public propertyLanguage
Gets the language of this script.
Public propertyName
Gets the name of this script.
Public propertyParameters
Gets the formal parameters of this script.
Public propertyScriptCode
Gets the code for this script.
Public propertyWrapInTransaction
Gets a value indicating whether the script should be executed in a transaction or not.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodISerializableGetObjectData
Implements ISerializable.
Top
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference