An output parameter from an data function.
Inheritance Hierarchy
Spotfire.Dxp.Data.DataFunctionsOutputParameter
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[PersistenceVersionAttribute(6, 0)] public sealed class OutputParameter
The OutputParameter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
Description | Gets the description.
| |
DisplayName |
Gets the display name.
| |
Name | Gets the name.
| |
ParameterType |
Gets the parameter type.
| |
Settings |
Gets the implementation specific information.
|
Version Information
See Also