Namespace MES.MQC.DataSourceLibrary.Models.Adapters
Classes
- AdapterData
The AdapterData class contains the data for one data item to be imported. Each Adapter returns a List of with objects of this class on execution with the Read method.
- AdapterDataBase
The AdapterDataBase class contains the data for one data item to be imported.
- AdapterDataExtBase
The BasicAdapterData class contains the data for one data item to be imported.
- AdapterDataFromFilePath
The AdapterDataFromFilePath class contains the data for a filePath read with basic adapter options.
- AdapterDownloadResult
The Result of Download
- AdapterFinding
The AdapterFinding class contains the data for one data item to be imported. Each Adapter returns a List of with objects of this class on execution with the Read method.
- AdapterFindingData
Data Relation for Findings.
- AdapterFindingRelation
Data Relation for Findings.
- AdapterMeasure
The AdapterMeasure class contains the data for one measure item to be imported.
- AdapterMessage
The Errors and Warnings contain multiple AdapterMessage with Title and Description.
- AdapterMessageBag
The AdapterMessageBag contains multiple Error and Warning AdapterMessages.
- AdapterReadResult
The Result of Read.
- AdapterResultBase
The Result of Execute.
- AdapterValidationResult
The Result of Validate.
- ApiConnectorConfiguration
ApiConnectorConfiguration to be implemented as a nested subclass of a MQC API Connector. Provides configuration of a API DataSource. Rendered with DynamicForm based on the Form-Attributes of the class and properties.
- ApiConnectorResult
The Result of ApiConnector.Execute.
- FileReaderOptions
Default AdapterOptions for FileAdapters. Provides configuration to extract information from the file path (ArtifactPath, DataSourceName, MeasurementName, ReportDateTime).
- FileReaderResult
The Result of FileAdapter.Execute.
- ReaderResult
@deprecated For backwards compability only