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.
Indicates whether the current object is equal to another object of the same type.
An object to compare with this object.
true if the current object is equal to the other parameter; otherwise, false.
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 a copy of the Spotfire.Dxp.Data.DataFlow.DataSource that this flow is based on.
Gets a document title for the data returned from this data source with the current configuration.
Gets a value indicating whether this instance supports linked data mode.
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.
Get a read-only copy of the list of Spotfire.Dxp.Data.DataTransformation's.
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.
Represents a flow of data from the Spotfire.Dxp.Data.DataFlow.DataSource through an ordered set of Spotfire.Dxp.Data.DataTransformation's.
Since
2.0