[This is preliminary documentation and is subject to change.]
Access to commands that generate validation output in the session results output.
| C# | Visual Basic | Visual C++ |
public interface IValidationOutput
Public Interface IValidationOutput
public interface class IValidationOutput
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| WriteMessageComparisonResults(MessageComparisonResults) |
Write the message comparison result to the output results.
| |
| WriteValidationError(String) |
Write a validation specific error to the output results.
| |
| WriteValidationInformation(String) |
Write a validation specific information to the output results.
| |
| WriteValidationWarning(String) |
Write a validation specific warning to the output results.
|
May be used by the user to report validation-specific results in the session results output.
The user may perform additional validation checks which he/she wants to write to the
results output.