Table of Contents

Class AdapterDataFromFilePath

Namespace
MES.MQC.DataSourceLibrary.Models.Adapters
Assembly
MES.MQC.DataSourceLibrary.dll

The AdapterDataFromFilePath class contains the data for a filePath read with basic adapter options.

public class AdapterDataFromFilePath
Inheritance
AdapterDataFromFilePath
Inherited Members

Properties

ArtifactPath

Path of the Artifact.

public string ArtifactPath { get; set; }

Property Value

string

ArtifactPathFallback

Fallback Path of the Artifact.

public string ArtifactPathFallback { get; set; }

Property Value

string

DataSourceName

Name of the Data Source.

public string DataSourceName { get; set; }

Property Value

string

DataSourceNameFallback

Fallback Name of the Data Source.

public string DataSourceNameFallback { get; set; }

Property Value

string

DateTime

Date of the report.

public DateTime? DateTime { get; set; }

Property Value

DateTime?

DateTimeFallback

Fallback Date of the report.

public DateTime? DateTimeFallback { get; set; }

Property Value

DateTime?

MeasurementName

Name of the Measurement.

public string MeasurementName { get; set; }

Property Value

string

MeasurementNameFallback

Fallback Name of the Measurement.

public string MeasurementNameFallback { get; set; }

Property Value

string