Represents an input parameter to a data function.
Inheritance Hierarchy
Spotfire.Dxp.Data.DataFunctionsInputParameter
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 InputParameter
The InputParameter 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.) | |
IsAllowedDataType |
Check if the data type is allowed as a data type for this parameter.
| |
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 | |
---|---|---|
AllowedDataTypes |
Gets the allowed data types.
| |
Description |
Gets the description of the parameter.
| |
DisplayName |
Gets the display name.
| |
IsOptional |
Gets a value indicating whether the parameter is optional or not.
| |
Name |
Gets the name of the parameter.
| |
ParameterType |
Gets the parameter type.
| |
Settings |
Gets the implementation specific settings.
|
Version Information
See Also