Nexus |
public class NexusImporter : DataFileImporterBase, IEquatable<NexusImporter>
The NexusImporter type exposes the following members.
Name | Description | |
---|---|---|
NexusImporter | Initializes a new instance of the NexusImporter class |
Name | Description | |
---|---|---|
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.
(Overrides DataFileImporterBaseCheckOrCreateImportOptions(Object)) | |
CreateDoubleDataColumn | Creates a double data column with a specified name. If a column with the name already exists, a postfix number is appended to the name to ensure a unique column name. | |
CreateTableDataSource |
Creates the table data source.
(Overrides DataFileImporterBaseCreateTableDataSource(IReadOnlyListString, Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetFileExtensions |
Gets the file extensions.
(Overrides DataFileImporterBaseGetFileExtensions) | |
GetProbabilityForBeingThisFileFormat |
Gets the probability for being this file format.
(Overrides DataFileImporterBaseGetProbabilityForBeingThisFileFormat(String)) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Import(IReadOnlyListString, ImportOptionsInitial) |
Imports the specified file names according to the initial options into new tables.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, ImportOptionsInitial)) | |
Import(IReadOnlyListString, DataTable, Object, Boolean) |
Imports the specified file name into a table.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean)) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |