- Namespace
- MES.MQC.DataSourceLibrary.Models.Extraction
- Assembly
- MES.MQC.DataSourceLibrary.dll
public class ExtractedFinding : ExtractedBase
- Inheritance
-
ExtractedFinding
- Inherited Members
-
Constructors
public ExtractedFinding()
public ExtractedFinding(AdapterFinding adapterFinding, string humanReadableFilePath = null, DateTime? contentDateTime = null)
Parameters
adapterFinding AdapterFinding
humanReadableFilePath string
contentDateTime DateTime?
Properties
[JsonProperty("k")]
public bool AggregateData { get; set; }
Property Value
- bool
[JsonProperty("g")]
public string Measure { get; set; }
Property Value
- string
[JsonIgnore]
[YamlIgnore]
public string SerializedVariants { get; set; }
Property Value
- string
[JsonProperty("f")]
public string SubjectType { get; set; }
Property Value
- string
[JsonProperty("v")]
public DateTime? ValidUntil { get; set; }
Property Value
- DateTime?
[YamlMember(Order = 999)]
[JsonProperty("h", Order = 999)]
public ExtractedFindingVariant[] Variants { get; set; }
Property Value
- ExtractedFindingVariant[]