Table of Contents

Class TimeSeriesDataSource

Namespace
BlueM.Wave
Assembly
Wave.dll

Stores information about the datasource of a time series

public class TimeSeriesDataSource
Inheritance
TimeSeriesDataSource
Inherited Members

Constructors

TimeSeriesDataSource(OriginEnum)

Creates a new TimeSeriesDataSource instance of a specific origin type (used for origins other than FileImport)

public TimeSeriesDataSource(TimeSeriesDataSource.OriginEnum origin)

Parameters

origin TimeSeriesDataSource.OriginEnum

The origin type

TimeSeriesDataSource(string, string)

Creates a new TimeSeriesDataSource instance with origin type FileImport

public TimeSeriesDataSource(string filepath, string title)

Parameters

filepath string

path to the file from which the series was imported

title string

title of the series in the file

Properties

FilePath

The path to the file from which the series was imported

public string FilePath { get; }

Property Value

string

Origin

The origin type of the time series

public TimeSeriesDataSource.OriginEnum Origin { get; }

Property Value

TimeSeriesDataSource.OriginEnum

Title

The title of the series in the file from which it was imported

public string Title { get; }

Property Value

string

Methods

Copy()

Returns a copy of the datasource

public TimeSeriesDataSource Copy()

Returns

TimeSeriesDataSource

ToString()

Returns a custom string representation of the datasource

public override string ToString()

Returns

string