Class ExtractedExtBase
- Namespace
- MES.MQC.DataSourceLibrary.Models.Extraction
- Assembly
- MES.MQC.DataSourceLibrary.dll
public abstract class ExtractedExtBase : ExtractedBase
- Inheritance
-
ExtractedExtBase
- Derived
- Inherited Members
Constructors
ExtractedExtBase()
protected ExtractedExtBase()
ExtractedExtBase(AdapterDataExtBase, IEnumerable<string>, DateTime?)
protected ExtractedExtBase(AdapterDataExtBase adapterData, IEnumerable<string> humanReadableFilePaths = null, DateTime? contentDateTime = null)
Parameters
adapterDataAdapterDataExtBasehumanReadableFilePathsIEnumerable<string>contentDateTimeDateTime?
Properties
HumanReadableFilePaths
[JsonProperty("i")]
public string HumanReadableFilePaths { get; set; }
Property Value
MeasureName
[JsonProperty("g")]
public string MeasureName { get; set; }
Property Value
MeasurementName
[JsonProperty("f")]
public string MeasurementName { get; set; }
Property Value
VariableName
[JsonProperty("h")]
public string VariableName { get; set; }