- Namespace
- MES.MQC.DataSourceLibrary.Models.Extraction
- Assembly
- MES.MQC.DataSourceLibrary.dll
public abstract class ExtractedBase
- Inheritance
-
ExtractedBase
- Derived
-
- Inherited Members
-
Constructors
protected ExtractedBase()
protected ExtractedBase(AdapterDataBase adapterData, DateTime? contentDateTime = null)
Parameters
adapterData AdapterDataBase
contentDateTime DateTime?
Properties
[JsonProperty("d")]
public string ArtifactPath { get; set; }
Property Value
- string
[YamlIgnore]
[JsonProperty("c")]
public DateTime? ContentDateTime { get; set; }
Property Value
- DateTime?
[JsonProperty("y")]
public string ContentKey { get; set; }
Property Value
- string
[JsonProperty("e")]
public string DataSourceName { get; set; }
Property Value
- string
[JsonProperty("z")]
public string FilePath { get; set; }
Property Value
- string
[JsonProperty("b")]
public DateTime ReportDateTime { get; set; }
Property Value
- DateTime
[JsonProperty("a")]
public string SerializedContent { get; set; }
Property Value
- string
Methods
public string GetPublicUrl()
Returns
- string
public void SetContent(IContent content)
Parameters
content IContent