Table of Contents

Class AdapterReadResult

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

The Result of Read.

public class AdapterReadResult
Inheritance
AdapterReadResult
Inherited Members

Properties

Data

The imported data (aggregated numbers).

public List<AdapterData> Data { get; }

Property Value

List<AdapterData>

DateTime

The datetime of the current import (for api adapters).

public DateTime DateTime { get; set; }

Property Value

DateTime

Findings

The imported findings (data details).

public List<AdapterFinding> Findings { get; }

Property Value

List<AdapterFinding>

HumanReadableUrl

The Url to a human-readable website for the data (for api adapters).

public string HumanReadableUrl { get; set; }

Property Value

string

Measures

The imported measures (which data should be defaulted if not imported).

public List<AdapterMeasure> Measures { get; }

Property Value

List<AdapterMeasure>