Table of Contents

Class ExtractedBase

Namespace
MES.MQC.DataSourceLibrary.Models.Extraction
Assembly
MES.MQC.DataSourceLibrary.dll
public abstract class ExtractedBase
Inheritance
ExtractedBase
Derived
Inherited Members

Constructors

ExtractedBase()

protected ExtractedBase()

ExtractedBase(AdapterDataBase, DateTime?)

protected ExtractedBase(AdapterDataBase adapterData, DateTime? contentDateTime = null)

Parameters

adapterData AdapterDataBase
contentDateTime DateTime?

Properties

ArtifactPath

[JsonProperty("d")]
public string ArtifactPath { get; set; }

Property Value

string

ContentDateTime

[YamlIgnore]
[JsonProperty("c")]
public DateTime? ContentDateTime { get; set; }

Property Value

DateTime?

ContentKey

[JsonProperty("y")]
public string ContentKey { get; set; }

Property Value

string

DataSourceName

[JsonProperty("e")]
public string DataSourceName { get; set; }

Property Value

string

FilePath

[JsonProperty("z")]
public string FilePath { get; set; }

Property Value

string

ReportDateTime

[JsonProperty("b")]
public DateTime ReportDateTime { get; set; }

Property Value

DateTime

SerializedContent

[JsonProperty("a")]
public string SerializedContent { get; set; }

Property Value

string

Methods

GetPublicUrl()

public string GetPublicUrl()

Returns

string

SetContent(IContent)

public void SetContent(IContent content)

Parameters

content IContent