Click or drag to resize

ImportOptionsInitial Class

Initial import options for data files, that are used when making an initial import.
Inheritance Hierarchy
SystemObject
  Altaxo.SerializationImportOptionsInitial

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

The ImportOptionsInitial type exposes the following members.

Constructors
 NameDescription
Public methodImportOptionsInitialInitializes a new instance of the ImportOptionsInitial class
Top
Properties
 NameDescription
Public propertyDistributeDataPerFileToSeparateTables If true, if the file contains multiple graph data, the graphs are imported in separate tables.
Public propertyDistributeFilesToSeparateTables If true, during initial import if multiple files are imported, each file is imported in a separate table.
Public propertyImportOptions Gets the import options.
Public propertyUseMetaDataNameAsTableName If true, tables created during the import process are named based on the meta data of the graph data.
Top
Methods
 NameDescription
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also