Class ConcreteCheckResult
- Assembly
 - IdeaRS.OpenModel.dll
 
Concrete Check results
public class ConcreteCheckResultInheritance
Inherited Members
Constructors
ConcreteCheckResult()
Constructor
public ConcreteCheckResult()Properties
CheckResults
All results - first is extreme
public List<ConcreteCheckResultBase> CheckResults { get; set; }Property Value
ResultType
Check result type
public CheckResultType ResultType { get; set; }