Class AdapterDataExtBase
- Namespace
- MES.MQC.DataSourceLibrary.Models.Adapters
- Assembly
- MES.MQC.DataSourceLibrary.dll
The BasicAdapterData class contains the data for one data item to be imported.
public abstract class AdapterDataExtBase : AdapterDataBase
- Inheritance
-
AdapterDataExtBase
- Derived
- Inherited Members
Properties
MeasureName
Name of the Measure.
public string MeasureName { get; set; }
Property Value
MeasurementName
Name of the Measurement.
public string MeasurementName { get; set; }
Property Value
VariableName
Name of the Variable.
public string VariableName { get; set; }