OutputParameter Class

Spotfire 14.3 API Reference
An output parameter from an data function.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.DataFunctionsOutputParameter

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 OutputParameter

The OutputParameter type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets the description.
Public propertyDisplayName
Gets the display name.
Public propertyName
Gets the name.
Public propertyParameterType
Gets the parameter type.
Public propertySettings
Gets the implementation specific information.
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 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