Bruker |
public class BrukerOpusImporter : DataFileImporterBase, IEquatable<BrukerOpusImporter>
The BrukerOpusImporter type exposes the following members.
Name | Description | |
---|---|---|
BrukerOpusImporter | Initializes a new instance of the BrukerOpusImporter 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)) | |
CreateTableDataSource | (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 | (Overrides DataFileImporterBaseGetFileExtensions) | |
GetProbabilityForBeingThisFileFormat | (Overrides DataFileImporterBaseGetProbabilityForBeingThisFileFormat(String)) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Import(IReadOnlyListString, ImportOptionsInitial) | (Inherited from DataFileImporterBase) | |
Import(IReadOnlyListString, DataTable, Object, Boolean) | (Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean)) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ValuesMatch | Compare the values in a double array with values in a double column and see if they match. |