Table of Contents

Class AdapterData

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

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.

public class AdapterData : AdapterDataExtBase
Inheritance
AdapterData
Inherited Members

Properties

ArtifactName

Name of the Artifact. This property is optional, the ArtifactName will be taken from the Project Structure if available or derived from the artifact path if not.

public string ArtifactName { get; set; }

Property Value

string

Value

The Value has to be of the double type.

public double? Value { get; set; }

Property Value

double?