Table of Contents

Class SydroSQLite

Namespace
BlueM.Wave.Fileformats
Assembly
Wave.dll

Class for the SYDRO SQLite format

public class SydroSQLite : TimeSeriesFile
Inheritance
SydroSQLite
Inherited Members

Constructors

SydroSQLite(string, bool)

Constructor

public SydroSQLite(string FileName, bool ReadAllNow = false)

Parameters

FileName string
ReadAllNow bool

Properties

UseImportDialog

Specifies whether the import dialog should be shown during import

public override bool UseImportDialog { get; }

Property Value

bool

Remarks

Returns True if the class is FlaggedTimeseries, otherwise False

Methods

readFile()

Reads the time series from the file

public override void readFile()

readSeriesInfo()

Reads information about the time series stored in the file

public override void readSeriesInfo()