Data |
[Missing <summary> documentation for "T:Altaxo.Serialization.DataFileImporterBase"]
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 | ||
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) | ||
Import(IReadOnlyListString, DataTable, Object, Boolean) | Imports the specified file name into a table. | |
ImportShowDialogs | Imports the show dialogs. First the dialog to choose the files, then to choose the initial import options, and optionally the dialog to choose whether to import 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". |