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
DateTime
The datetime of the current import (for api adapters).
public DateTime DateTime { get; set; }
Property Value
Findings
The imported findings (data details).
public List<AdapterFinding> Findings { get; }
Property Value
HumanReadableUrl
The Url to a human-readable website for the data (for api adapters).
public string HumanReadableUrl { get; set; }
Property Value
Measures
The imported measures (which data should be defaulted if not imported).
public List<AdapterMeasure> Measures { get; }