[This is preliminary documentation and is subject to change.]
Summary description for ResultsReporter.
| C# | Visual Basic | Visual C++ |
public class ResultsReporter
Public Class ResultsReporter
public ref class ResultsReporter
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ResultsReporter(String) |
Class constructor.
| |
| AddValidationErrors(UInt32) |
Add the given number of errors to the total validation error count.
| |
| AddValidationWarnings(UInt32) |
Add the given number of warnings to the total validation warning count.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NrErrors |
Property - Total Number of Errors in this session.
| |
| NrWarnings |
Property - Total Number of Warnings in this session.
| |
| Start(String) |
Start the results reporting to the given file.
| |
| Stop()()() |
Stop the results reporting.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| WriteHtmlInformation(String) |
Write the HTML Information message to the results reporter.
| |
| WriteMessageComparisonResults(MessageComparisonResults) |
Write the Message Comparision Results to the results reporter.
| |
| WriteValidationError(String) |
Write the Validation Error message to the results reporter.
| |
| WriteValidationInformation(String) |
Write the Validation Information message to the results reporter.
| |
| WriteValidationWarning(String) |
Write the Validation Warning message to the results reporter.
|
| Object | |
| ResultsReporter | |