InputParameter Class

Spotfire 14.3 API Reference
Represents an input parameter to a data function.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.DataFunctionsInputParameter

Namespace:  Spotfire.Dxp.Data.DataFunctions
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[PersistenceVersionAttribute(6, 0)]
public sealed class InputParameter

The InputParameter type exposes the following members.

Properties

  NameDescription
Public propertyAllowedDataTypes
Gets the allowed data types.
Public propertyDescription
Gets the description of the parameter.
Public propertyDisplayName
Gets the display name.
Public propertyIsOptional
Gets a value indicating whether the parameter is optional or not.
Public propertyName
Gets the name of the parameter.
Public propertyParameterType
Gets the parameter type.
Public propertySettings
Gets the implementation specific settings.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAllowedDataType
Check if the data type is allowed as a data type for this parameter.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference