ScriptParameterType Class

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
[FriendVisibleAttribute(true)]
[NotPersistedAttribute]
public sealed class ScriptParameterType

The ScriptParameterType type exposes the following members.

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
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
Version Information

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

Reference