Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets a value indicating whether prompting is allowed is allowed for this data source instance.
Gets the display name of the data source. Same as the document title by default.
Gets or sets a value indicating whether settings should be reused without prompting or not. Determines if the data source should be opened in silent mode, prompting the user only when necessary, or if the user should get a chance to modify the settings even if they are valid.
Gets the type identifier for the data source.
Creates a Spotfire.Dxp.Data.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.
The service provider.
The prompt mode.
A new DataSourceConnection instance.
Creates a Spotfire.Dxp.Data.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.
The service provider.
The prompt mode.
A new DataSourceConnection instance.
Initializes a new instance of the Spotfire.Dxp.Data.Import.InformationLinkDataSource class.
Initializes a new instance of the Spotfire.Dxp.Data.Import.InformationLinkDataSource class.
The unique identifier for the information link.
Initializes a new instance of the Spotfire.Dxp.Data.Import.InformationLinkDataSource class.
The LibraryItem representing the information link.
Initializes a new instance of the Spotfire.Dxp.Data.Import.InformationLinkDataSource class.
The unique identifier for the information link.
A list of parameters that are applied when executing the information link. Parameters for elements that are not included in the information link will be ignored. If prompting is enabled a parameter is used as default value in a prompt step if the target element is the same. If prompting is not enabled, the parameters will be applied unchanged, unless prompt values were saved in the document previously. Parameters for other elements not included in any prompt steps are applied unchanged (also in the prompt steps). The parameters are persisted with the data source when saving an analysis, and are re-applied when opening the same analysis. See Spotfire.Dxp.Data.Import.InformationLinkParameter for a description on how to create a parameter. This argument is optional and may be set to null.
Initializes a new instance of the Spotfire.Dxp.Data.Import.InformationLinkDataSource class.
The unique identifier for the information link.
A list of parameters that are applied when executing the information link. Parameters for elements that are not included in the information link will be ignored. If prompting is enabled a parameter is used as default value in a prompt step if the target element is the same. If prompting is not enabled, the parameters will be applied unchanged, unless prompt values were saved in the document previously. Parameters for other elements not included in any prompt steps are applied unchanged (also in the prompt steps). The parameters are persisted with the data source when saving an analysis, and are re-applied when opening the same analysis. See Spotfire.Dxp.Data.Import.InformationLinkParameter for a description on how to create a parameter. This argument is optional and may be set to null.
The document title, overriding the default derived from the name of the information link,
Gets a document title for the data returned from this data source with the current configuration.
Returns true to indicate that this instance supports linked data mode.
Gets or sets a list of parameters that are applied when executing the information link. Parameters for elements that are not included in the information link will be ignored. If prompting is enabled a parameter is used as default value in a prompt step if the target element is the same. If prompting is not enabled, the parameters will be applied unchanged, unless prompt values were saved in the document previously. Parameters for elements not included in any prompt steps are applied unchanged (also in the prompt steps). The parameters are persisted with the data source when saving an analysis, and are re-applied when opening the same analysis. See Spotfire.Dxp.Data.Import.InformationLinkParameter for a description on how to create a parameter. This argument is optional and may be set to null.
Static
BrowseLets the user browse or search for an information link.
The selected information link, or null if no selection was done.
Static
FindCall this method with a search expression to get a collection of InformationLinkDescriptors matching the expression.
A search expression for matching metadata of InformationLinks in the form property:value (matching begining of words) or property::value (exact match) e.g. name::baseball.
Information link descriptors representing the elements matching the expression. If no match, the list is empty.
Static
GetGet an Spotfire.Dxp.Data.Import.InformationLinkDescriptor corresponding to given identifier.
The unique identifier for the information link.
Information link descriptors or null (if not eavailable).
Data source for information links.
Since
2.0