Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 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.
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.
The caller of this method MUST retrieve the prompt models using the GetPromptModels() call on the connection and iterate over the entire collection of prompt models before the query is executed.
The internal state of this data source object is not changed by this call. The returned connection will include a cloned and updated copy of this data source.
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 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.
StaticBrowseLets the user browse or search for an information link.
The selected information link, or null if no selection was done.
StaticFindCall 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.
StaticGetGet 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