Click or drag to resize

Q800Importer Class

[Missing <summary> documentation for "T:Altaxo.Serialization.TA_Instruments.Q800Importer"]

Inheritance Hierarchy
SystemObject
  Altaxo.SerializationDataFileImporterBase
    Altaxo.Serialization.TA_InstrumentsQ800Importer

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Q800Importer : DataFileImporterBase, 
	IImmutable, IEquatable<Q800Importer>

The Q800Importer type exposes the following members.

Constructors
 NameDescription
Public methodQ800ImporterInitializes a new instance of the Q800Importer class
Top
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 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)
(Inherited from DataFileImporterBase)
Public methodImport(IReadOnlyListString, DataTable, Object, Boolean) Imports a couple of Q800 files into a table. The data are added as columns to the (one and only) table. If the x column of the rightmost column does not match the x-data of the spectra, a new x-column is also created.
(Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also