Click or drag to resize

clsImportQualityProcessQuestioneLimitHandling Enumeration

Define the result test for a question based on the entered value

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eLimitHandling
Members
  Member nameValueDescription
None00: No automated test
AutoTestValueGreaterMin128128: Test if value > min limit
AutoTestValueSmallerMax129129: Test if value < max limit
AutoTestValueBetweenMinMax130130: Test Min < value < Max
AutoTestSmallerMin131131: Test value < Min
AutoTestGreaterMax132132: Test value > Max
Remarks
See Also