Click or drag to resize

NexusImporter Methods

The NexusImporter type exposes the following members.

Methods
 NameDescription
Public methodCheckOrCreateImportOptions 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))
Public methodStatic memberCreateDoubleDataColumn 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.
Public methodCreateTableDataSource Creates the table data source.
(Overrides DataFileImporterBaseCreateTableDataSource(IReadOnlyListString, Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFileExtensions Gets the file extensions.
(Overrides DataFileImporterBaseGetFileExtensions)
Public methodGetProbabilityForBeingThisFileFormat Gets the probability for being this file format.
(Overrides DataFileImporterBaseGetProbabilityForBeingThisFileFormat(String))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImport(IReadOnlyListString, ImportOptionsInitial) Imports the specified file names according to the initial options into new tables.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, ImportOptionsInitial))
Public methodImport(IReadOnlyListString, DataTable, Object, Boolean) Imports the specified file name into a table.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also