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: 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
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 a hash function for a particular type. (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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also