The Spotfire.Dxp.Data.Import namespace contains classes for importing data and base classes for extending DXP with new data import capabilities.
Classes
| Class | Description | |
|---|---|---|
| DatabaseDataSource | Class for all ADO.Net data providers.
| |
| DatabaseDataSourceSettings | Settings for the DatabaseDataSource class.
| |
| DataSourceFactory | Base class for all factory classes that create DataSource instances.
| |
| DataSourceFactoryT | Template DataSourceFactory.
| |
| DataSourceTypeIdentifiers | Defines the type identifiers for
built-in data sources.
| |
| DataTableDataSource |
This class exposes a DataTable as a DataSource.
Using it, existing tables can be duplicated, transformed and accessed through
add operations (for example adding rows and adding columns). Note that this data source
can only be used when a document is present and there exists one or more
tables to use as source.
| |
| FileDataSource |
Abstract base class for file data sources.
| |
| FileDataSourceFactory | Base class for all factory classes that create
FileDataSource instances.
| |
| FileDataSourceFactoryT | Template FileDataSourceFactory.
| |
| ImportContext | This is a context object that is used by a DataTransformation
during import. It is used to gain access to the services provided by the application.
It can be accessed from the AnalysisApplication object.
| |
| InformationLinkDataSource |
Data source for information links.
| |
| InformationLinkDescriptor |
Container class for information around InformationLink.
InformationModelElementDescriptor for information on common element properties.
| |
| InformationLinkDescriptorCollection |
Collection of InformationLinkDescriptors
| |
| InformationLinkParameter | Defines a runtime parameter in an information link execution.
| |
| InformationModelElementDescriptor |
Container class for metadata around InformationModel elements.
| |
| SbdfFileDataSource |
Data Source for SBDF files and streams.
| |
| SbdfLibraryDataSource |
A SBDF data source that loads data from the library.
| |
| StdfFileDataSource |
Data Source for STDF files and streams.
| |
| TextDataReaderSettings | Settings for the TextFileDataSource class.
| |
| TextFileDataSource |
Data Source for delimited text files. Used when loading and saving linked data.
Provides handle to a TextDataReader for text data retrieval.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DataTableDataSourceUpdateBehavior | Represents the update behavior of a data table data source.
| |
| TextDataReaderSettingsColumnNameNullValueReplacementType |
Defines how null values should be replaced.
|