Class ConcreteCheckResultOverallItem
- Assembly
- IdeaRS.OpenModel.dll
Overal check item
public class ConcreteCheckResultOverallItem
Inheritance
Inherited Members
Constructors
ConcreteCheckResultOverallItem()
Constructor
public ConcreteCheckResultOverallItem()
Properties
CheckValue
calculated limited value, calculated as strain to limit strain
public double CheckValue { get; set; }
Property Value
Result
check result passed/failed
public CheckResult Result { get; set; }
Property Value
ResultType
Check result type
public CheckResultType ResultType { get; set; }