Navigation :
TextApiCopListenerBase
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.ApiCop |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public abstract class TextApiCopListenerBase : ApiCopListenerBase
Base types
ApiCopListenerBase
IApiCopListener implementation which writes all results to a text file.
Fields
Methods
BeginWriting()
Called when the listener is about to write the results.
BeginWritingOfGroup(string groupName)
Begins the writing of a specific group.
Parameters
Name |
Description |
groupName |
Name of the group. |
EndWriting()
Called when the listener has finished writing all the results.
EndWritingOfGroup(string groupName)
Ends the writing of a specific group.
Parameters
Name |
Description |
groupName |
Name of the group. |
WriteLine(string line)
Writes the line the to final output.
Parameters
Name |
Description |
line |
The line. |
Writes the line with formatting arguments.
Parameters
Name |
Description |
format |
The format. |
args |
The arguments. |
WriteResult(IApiCopResult result)
Writes the result to the listener target.
Parameters
Name |
Description |
result |
The result. |
WriteSummary(IEnumerable<IApiCopResult> results)
Writes the summary, called before any groups are written.
Parameters
Name |
Description |
results |
The results. |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion