[Missing <summary> documentation for "T:Altaxo.Serialization.Origin.OriginImporter"]
Inheritance Hierarchy Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public class OriginImporter : DataFileImporterBase,
IEquatable<OriginImporter>
The OriginImporter type exposes the following members.
Constructors | Name | Description |
---|
| OriginImporter | Initializes a new instance of the OriginImporter class |
TopMethods | 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) | (Overrides DataFileImporterBaseImport(IReadOnlyListString, ImportOptionsInitial)) |
| Import(IReadOnlyListString, DataTable, Object, Boolean) | (Overrides DataFileImporterBaseImport(IReadOnlyListString, DataTable, Object, Boolean)) |
| Import(Origin2AltaxoWrapper, OriginImportOptions, DataTable, OriginImporterImportOperationalDataForTable) |
Imports the specified reader.
|
| ImportMatrixSheet |
Imports an Origin matrix sheet into an Altaxo table. The Altaxo table can or can not be empty.
|
| ImportSpreadSheet |
Imports an Origin spread sheet into an Altaxo table. The Altaxo table can or can not be empty.
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
TopSee Also