Click or drag to resize

BrukerOpusImporterImport(IReadOnlyListString, DataTable, Object, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Serialization.BrukerOpus.BrukerOpusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]


Namespace: Altaxo.Serialization.BrukerOpus
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public override string? Import(
	IReadOnlyList<string> filenames,
	DataTable table,
	Object importOptionsObj,
	bool attachDataSource = true
)

Parameters

filenames  IReadOnlyListString

[Missing <param name="filenames"/> documentation for "M:Altaxo.Serialization.BrukerOpus.BrukerOpusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

table  DataTable

[Missing <param name="table"/> documentation for "M:Altaxo.Serialization.BrukerOpus.BrukerOpusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

importOptionsObj  Object

[Missing <param name="importOptionsObj"/> documentation for "M:Altaxo.Serialization.BrukerOpus.BrukerOpusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

attachDataSource  Boolean  (Optional)

[Missing <param name="attachDataSource"/> documentation for "M:Altaxo.Serialization.BrukerOpus.BrukerOpusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Serialization.BrukerOpus.BrukerOpusImporter.Import(System.Collections.Generic.IReadOnlyList{System.String},Altaxo.Data.DataTable,System.Object,System.Boolean)"]

Implements

IDataFileImporterImport(IReadOnlyListString, DataTable, Object, Boolean)
See Also