C# Class StyleCop.Baboon.Renderer.ConsoleRenderer

Inheritance: IRenderer
Afficher le fichier Open project: nelsonsar/StyleCop.Baboon Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleRenderer ( IOutputWriter outputWriter ) : System
RenderViolationList ( ViolationList violationList ) : void

Private Methods

Méthode Description
RenderSummary ( int totalViolations, int numberOfFilesAnalyzed ) : void
RenderViolation ( Violation violation ) : void
RenderViolationsPerFile ( IList violations ) : void

Method Details

ConsoleRenderer() public méthode

public ConsoleRenderer ( IOutputWriter outputWriter ) : System
outputWriter IOutputWriter
Résultat System

RenderViolationList() public méthode

public RenderViolationList ( ViolationList violationList ) : void
violationList StyleCop.Baboon.Analyzer.ViolationList
Résultat void