Click or drag to resize

clsImportQualityProcessQuestioneDependencyType Enumeration

The visibility of a question can depend on an answer of a question above. Measure the diameter of the other side of a hose flunsh makes only sense, if the other side has another diameter.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public enum eDependencyType
Members
  Member nameValueDescription
noDependency00: Standard: a question is not depending on another question (above)
QuantityForPartsLine11: The result of this question will be used to create a link in the parts list of the object (customer service object or equipment). Only for AnswerType = ItemNumber(100).
MatchcodeForPartsLine22: The result of this question will be used as a matchcode in the parts list. This option requires a question above of an AnswerType = ItemNumber(100).
ShowWhenPreviousIsYes33: This question will only be visible, when the result of the references question is Yes. See DependencyID pointint to the question (above)
ShowWhenPreviousIsNo44: This question will only be visible, when the result of the references question is No. See DependencyID pointint to the question (above)
Remarks
See Also