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

  NameDescription
Public methodStatic memberBrowseForInformationLink
Lets the user browse or search for an information link.
Public methodConnect
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
(Inherited from DataSource.)
Protected methodConnectCore
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
(Inherited from DataSource.)
Public methodConnectWithDelayedPrompting
Creates a DataSourceConnection, using the specified serviceProvider and the settings in this data source instance. If needed, and allowed by the current prompt mode, the user may be prompted for additional settings.
(Inherited from DataSource.)
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 methodStatic memberFindAll
Call this method with a search expression to get a collection of InformationLinkDescriptors matching the expression.
Protected methodGenerateDataHistoryCore
Create detail information for the DataSource. See DataHistoryBuilder for more information on how to add detailed information to the data history.
(Inherited from DataSource.)
Public methodStatic memberGetInformationLinkDescriptor(Guid)
Get an InformationLinkDescriptor corresponding to given identifier.
Public methodStatic memberGetInformationLinkDescriptor(String)Obsolete.
Get an InformationLinkDescriptor corresponding to given identifier.
Protected methodGetService T 
Convenience method to fetch a service for inheritors.
(Inherited from DataSource.)
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
See Also