|
Teamcenter C++ API Reference
2312
|
#include <MfgValidationTestInterface.hxx>
Public Attributes | |
| int | messageType |
| std::string | statusMessage |
| std::string | validationTestName |
| int | validationTestResult |
| std::string | validationTestSuiteName |
Each selected Validation Test returns the following result.
Definition at line 116 of file MfgValidationTestInterface.hxx.
| int ValidationTestResult::messageType |
The status message type Info=0, Error=1, Warning=2 or Caution=3
Definition at line 121 of file MfgValidationTestInterface.hxx.
| std::string ValidationTestResult::statusMessage |
The contents of the status message
Definition at line 122 of file MfgValidationTestInterface.hxx.
| std::string ValidationTestResult::validationTestName |
The name of the Validation Test within the Validation Test Suite that was executed or skipped.
Definition at line 119 of file MfgValidationTestInterface.hxx.
| int ValidationTestResult::validationTestResult |
Validation Test result : Pass=0, Fail=1, Warning=2, Caution=3 or Not Applicable=4
Definition at line 120 of file MfgValidationTestInterface.hxx.
| std::string ValidationTestResult::validationTestSuiteName |
The name of the validation test suite
Definition at line 118 of file MfgValidationTestInterface.hxx.