Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDiagnosticTestList interface is used to work with a set of diagnostic tests of a model.
IMsDiagnosticTestList
Diagnostic tests can be executed for the following models:
The DiagnosticTests property returns tests. The test set cannot be changed, that is, the existing test cannot be removed or the custom test cannot be added.
Property name | Brief description | |
The Count property returns the number of tests in the set. | ||
The FindByType property returns the test of the specified type. | ||
The Item property returns the test with the specified index. |
See also: