Table of Contents

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

DateTime?

Deadline

Deadline of the finding variant

public DateTime? Deadline { get; set; }

Property Value

DateTime?

Description

Description of the finding variant (contains information what the finding is about).

public string Description { get; set; }

Property Value

string

Identifier

Unique Identifier of the specific finding (for datasource, artifact, and revision)

public string Identifier { get; set; }

Property Value

string

IssueMessage

Issue Message of the finding variant (contains the problem).

public string IssueMessage { get; set; }

Property Value

string

Location

Location of the finding variant

public AdapterFindingLocation Location { get; set; }

Property Value

AdapterFindingLocation

Metadata

Location of the finding variant

public Dictionary<string, string> Metadata { get; set; }

Property Value

Dictionary<string, string>