Table of Contents

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

adapterData AdapterDataExtBase
humanReadableFilePaths IEnumerable<string>
contentDateTime DateTime?

Properties

HumanReadableFilePaths

[JsonProperty("i")]
public string HumanReadableFilePaths { get; set; }

Property Value

string

MeasureName

[JsonProperty("g")]
public string MeasureName { get; set; }

Property Value

string

MeasurementName

[JsonProperty("f")]
public string MeasurementName { get; set; }

Property Value

string

VariableName

[JsonProperty("h")]
public string VariableName { get; set; }

Property Value

string