Click or drag to resize

OriginImporter Class

[Missing <summary> documentation for "T:Altaxo.Serialization.Origin.OriginImporter"]

Inheritance Hierarchy
SystemObject
  Altaxo.SerializationDataFileImporterBase
    Altaxo.Serialization.OriginOriginImporter

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class OriginImporter : DataFileImporterBase, 
	IEquatable<OriginImporter>

The OriginImporter type exposes the following members.

Constructors
 NameDescription
Public methodOriginImporterInitializes a new instance of the OriginImporter 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
(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
(Overrides DataFileImporterBaseGetFileExtensions)
Public methodGetProbabilityForBeingThisFileFormat
(Overrides DataFileImporterBaseGetProbabilityForBeingThisFileFormat(String))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImport(IReadOnlyListString, ImportOptionsInitial)
(Overrides DataFileImporterBaseImport(IReadOnlyListString, ImportOptionsInitial))
Public methodImport(IReadOnlyListString, DataTable, Object, Boolean)
(Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean))
Public methodStatic memberImport(Origin2AltaxoWrapper, OriginImportOptions, DataTable, OriginImporterImportOperationalDataForTable) Imports the specified reader.
Public methodStatic memberImportMatrixSheet Imports an Origin matrix sheet into an Altaxo table. The Altaxo table can or can not be empty.
Public methodStatic memberImportSpreadSheet Imports an Origin spread sheet into an Altaxo table. The Altaxo table can or can not be empty.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also