ScriptParameterType Class TIBCO Spotfire 7.6 API Reference
Represents the type of a formal script parameter.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.ScriptingScriptParameterType

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#
[NotPersistedAttribute]
[FriendVisibleAttribute(true)]
public sealed class ScriptParameterType

The ScriptParameterType type exposes the following members.

Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyStatic memberBoolean
Gets a value indicating that a script expects a Boolean parameter.
Public propertyStatic memberCurrency
Gets a value indicating that a script expects a Currency parameter.
Public propertyStatic memberDataTable
Gets a value indicating that a script expects a data table literal parameter.
Public propertyDataType
Gets the data type corresponding to this script parameter type, or null.
Public propertyStatic memberDate
Gets a value indicating that a script expects a Date parameter.
Public propertyStatic memberDateTime
Gets a value indicating that a script expects a DateTime parameter.
Public propertyDisplayName
Gets the display name of this type.
Public propertyStatic memberInteger
Gets a value indicating that a script expects a Integer parameter.
Public propertyStatic memberLongInteger
Gets a value indicating that a script expects a LongInteger parameter.
Public propertyName
Gets the name of this script parameter type.
Public propertyStatic memberPage
Gets a value indicating that a script expects a page literal parameter.
Public propertyStatic memberReal
Gets a value indicating that a script expects a Real parameter.
Public propertyStatic memberSingleReal
Gets a value indicating that a script expects a SingleReal parameter.
Public propertyStatic memberString
Gets a value indicating that a script expects a String parameter.
Public propertyStatic memberTime
Gets a value indicating that a script expects a Time parameter.
Public propertyStatic memberTimeSpan
Gets a value indicating that a script expects a TimeSpan parameter.
Public propertyStatic memberVisualization
Gets a value indicating that a script expects a visualization parameter.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference