Table of Contents

Class AdapterFindingRelation

Namespace
MES.MQC.DataSourceLibrary.Models.Adapters
Assembly
MES.MQC.DataSourceLibrary.dll

Data Relation for Findings.

public class AdapterFindingRelation
Inheritance
AdapterFindingRelation
Inherited Members

Properties

Finding

The Finding.

public AdapterFinding Finding { get; set; }

Property Value

AdapterFinding

RelationResult

Result of the relation (optional).

public string RelationResult { get; set; }

Property Value

string