Altaxo. |
| Class | Description | |
|---|---|---|
| AbsoluteAndRelativeFileName | Holds an absolute file name, plus the same file name but relative to the project file. | |
| DataFileImporterBase | Base type for data file importers. | |
| DateTimeParsing | Provides helper methods for parsing date/time and time-span strings. | |
| EnumParsing | Provides helper methods for working with enums. | |
| FileImportTableDataSourceBase | Base class for table data sources that import data from one or more files. | |
| FileImportTableDataSourceBaseTProcessOptions | Generic base class for file import table data sources that have strongly typed, immutable process options. | |
| FileIOExtensions | Small helper extension methods for file and stream IO operations used by the serialization framework. | |
| FileIOHelper | Contains helpers for making names safe for use in the file system. | |
| GUIConversion | Responsible for converting user input (dialogs and controls) into data and vice versa. The user preferences for locality are used by this class. | |
| ImportOptionsInitial | Initial import options for data files that are used during an initial import. | |
| LengthUnit | Represents a supported length unit and provides unit-conversion helpers. | |
| NumberConversion | Helper methods to convert numbers to strings. Conversion is using the invariant culture. | |
| StorageSettings | Stores settings that control project serialization and archive compression. | |
| SupportsSerializationVersioningAttribute | Indicates that an assembly or module supports serialization versioning. Apply this attribute to assemblies or modules to mark that the contained types support version tolerant serialization. |
| Interface | Description | |
|---|---|---|
| IDataFileImporter | Interface for a data file importer, such as ASCII, SPC, JCAMP, or SPA import. This does not cover files that contain full projects. |