Represents the type of a formal script parameter.
Inheritance Hierarchy
Spotfire.Dxp.Application.ScriptingScriptParameterType
Namespace: Spotfire.Dxp.Application.Scripting
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[NotPersistedAttribute] public sealed class ScriptParameterType
The ScriptParameterType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Boolean |
Gets a value indicating that a script expects a Boolean parameter.
| |
| Currency |
Gets a value indicating that a script expects a Currency parameter.
| |
| DataTable |
Gets a value indicating that a script expects a data table literal parameter.
| |
| DataType |
Gets the data type corresponding to this script parameter type, or null.
| |
| Date |
Gets a value indicating that a script expects a Date parameter.
| |
| DateTime |
Gets a value indicating that a script expects a DateTime parameter.
| |
| DisplayName |
Gets the display name of this type.
| |
| Integer |
Gets a value indicating that a script expects a Integer parameter.
| |
| LongInteger |
Gets a value indicating that a script expects a LongInteger parameter.
| |
| Name |
Gets the name of this script parameter type.
| |
| Page |
Gets a value indicating that a script expects a page literal parameter.
| |
| Real |
Gets a value indicating that a script expects a Real parameter.
| |
| SingleReal |
Gets a value indicating that a script expects a SingleReal parameter.
| |
| String |
Gets a value indicating that a script expects a String parameter.
| |
| Time |
Gets a value indicating that a script expects a Time parameter.
| |
| TimeSpan |
Gets a value indicating that a script expects a TimeSpan parameter.
| |
| Visualization |
Gets a value indicating that a script expects a visualization parameter.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also