InformationLinkParameter Members TIBCO Spotfire 6.0 API Reference
The InformationLinkParameter type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateFilterParameter(Guid, String,  Object )
Creates a new InformationLinkParameter representing a filter parameter.
Public methodStatic memberCreateFilterParameter(String, String,  Object )Obsolete.
Creates a new InformationLinkParameter representing a filter parameter.
Public methodStatic memberCreateFilterParameter(Guid, String,  Object , ExternalDataType)
Creates a new InformationLinkParameter representing a filter parameter.
Public methodStatic memberCreateFilterParameter(String, String,  Object , String)Obsolete.
Creates a new InformationLinkParameter representing a filter parameter.
Public methodStatic memberCreateNamedParameter
Creates a new InformationLinkParameter that represents a named parameter defined in the information model.
Public methodStatic memberCreateReferencedParameter(Guid, String,  Object )
Creates a new InformationLinkParameter that represents a local parameter defined in the specified procedure element.
Public methodStatic memberCreateReferencedParameter(String, String,  Object )Obsolete.
Creates a new InformationLinkParameter that represents a local parameter defined in the specified procedure element.
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 propertyDataTypeObsolete.
Gets the parameter data type.
Public propertyElementIdObsolete.
Gets the identifier for the element (column or procedure) in the information link that this parameter applies to.
Public propertyElementIdentifier
Gets the identifier for the element (column or procedure) in the information link that this parameter applies to.
Public propertyExpression
Gets the expression for a filter parameter.
Public propertyExternalDataType
Gets the parameter data type.
Public propertyParameterId
Gets a parameter identifier local for the current element (see ElementIdentifier).
Public propertyValues
Gets the parameter values.
Back to Top
See Also