Class AdapterFindingVariantInnerDetail
- Namespace
- MES.MQC.DataSourceLibrary.Models.Adapters
- Assembly
- MES.MQC.DataSourceLibrary.dll
The AdapterFindingVariant class contains a variant for one finding item to be imported.
public class AdapterFindingVariantInnerDetail
- Inheritance
-
AdapterFindingVariantInnerDetail
- Inherited Members
Properties
ArtifactInnerPath
Path within the Artifact to the issue related to the Finding.
public string[] ArtifactInnerPath { get; set; }
Property Value
- string[]
DataDateTime
Data DateTime of the finding variant
public DateTime? DataDateTime { get; set; }
Property Value
Deadline
Deadline of the finding variant
public DateTime? Deadline { get; set; }
Property Value
Description
Description of the finding variant (contains information what the finding is about).
public string Description { get; set; }
Property Value
Identifier
Unique Identifier of the specific finding (for datasource, artifact, and revision)
public string Identifier { get; set; }
Property Value
IssueMessage
Issue Message of the finding variant (contains the problem).
public string IssueMessage { get; set; }
Property Value
Location
Location of the finding variant
public AdapterFindingLocation Location { get; set; }
Property Value
Metadata
Location of the finding variant
public Dictionary<string, string> Metadata { get; set; }