Table of Contents

Class ExtractedFinding

Namespace
MES.MQC.DataSourceLibrary.Models.Extraction
Assembly
MES.MQC.DataSourceLibrary.dll
public class ExtractedFinding : ExtractedBase
Inheritance
ExtractedFinding
Inherited Members

Constructors

ExtractedFinding()

public ExtractedFinding()

ExtractedFinding(AdapterFinding, string, DateTime?)

public ExtractedFinding(AdapterFinding adapterFinding, string humanReadableFilePath = null, DateTime? contentDateTime = null)

Parameters

adapterFinding AdapterFinding
humanReadableFilePath string
contentDateTime DateTime?

Properties

AggregateData

[JsonProperty("k")]
public bool AggregateData { get; set; }

Property Value

bool

Measure

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

Property Value

string

SerializedVariants

[JsonIgnore]
[YamlIgnore]
public string SerializedVariants { get; set; }

Property Value

string

SubjectType

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

Property Value

string

ValidUntil

[JsonProperty("v")]
public DateTime? ValidUntil { get; set; }

Property Value

DateTime?

Variants

[YamlMember(Order = 999)]
[JsonProperty("h", Order = 999)]
public ExtractedFindingVariant[] Variants { get; set; }

Property Value

ExtractedFindingVariant[]