Data |
public abstract class DataFileImporterBase : IDataFileImporter, IImmutable, IEquatable<DataFileImporterBase>
The DataFileImporterBase type exposes the following members.
| Name | Description | |
|---|---|---|
| DataFileImporterBase | Initializes a new instance of the DataFileImporterBase class |
| Name | Description | |
|---|---|---|
| AddError | Adds an error message to the provided StringBuilder if it is not or empty. | |
| CheckOrCreateImportOptions | Checks the import options. If the provided object is a valid import options object, then this object is returned. Otherwise, a new import options object is created. | |
| CreateTableDataSource | Creates the table data source. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetDataFileImporterForFile | Gets the data file importer for the provided file, or null if no appropriate importer could be found. | |
| GetFileExtensions | Gets the file extensions. | |
| GetProbabilityForBeingThisFileFormat | Gets the probability for being this file format. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Import(IReadOnlyListString, ImportOptionsInitial) | Imports the provided files using the given initial options, optionally distributing the result into separate tables. | |
| Import(IReadOnlyListString, DataTable, Object, Boolean) | Imports the specified file name into a table. | |
| ImportFromFile | Imports a single file into the specified table, using the best matching registered importer. | |
| ImportShowDialogs | Shows import dialogs and then performs the import, either in an existing worksheet or in another worksheet. | |
| ImportShowReducedDialogsForAllTypes | Shows a file open dialog for all registered types of data files. If the current view is an empty worksheet and the user has selected a single file, then the import is done without further questions. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ShowDialog | Shows a file import dialog for the specific importer provided as parameter, and imports the files to the table if the user clicked on "OK". | |
| ShowOpenFileDialog | Shows a file import dialog for the specific importer provided as parameter, and imports the files to the table if the user clicked on "OK". |