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: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(67, 0)] public sealed class InputParameter : ISerializable
The InputParameter type exposes the following members.
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.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(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.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also