DataConnectionParameter Members TIBCO Spotfire 6.5 API Reference
The DataConnectionParameter type exposes the following members.
Constructors

  NameDescription
Public methodDataConnectionParameter
Back to Top
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyAllowMultipleValues
Gets or sets a value indicating whether if multiple values for this parameter is allowed.
Public propertyDataType
Gets or sets the parameter datatype.
Public propertyId
Gets or sets the id of the parameter.
Public propertyIsRangeValues
Gets or sets a value indicating whether this instance contains range values. This means that the values must contain two values.
Public propertyName
Gets or sets the display name of the parameter.
Public propertyRequired
Gets or sets a value indicating whether this parameter must have a value when fetching data from the view.
Back to Top
See Also