C# 클래스 StyleCop.Baboon.Renderer.ConsoleRenderer

상속: IRenderer
파일 보기 프로젝트 열기: nelsonsar/StyleCop.Baboon 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleRenderer ( IOutputWriter outputWriter ) : System
RenderViolationList ( ViolationList violationList ) : void

비공개 메소드들

메소드 설명
RenderSummary ( int totalViolations, int numberOfFilesAnalyzed ) : void
RenderViolation ( Violation violation ) : void
RenderViolationsPerFile ( IList violations ) : void

메소드 상세

ConsoleRenderer() 공개 메소드

public ConsoleRenderer ( IOutputWriter outputWriter ) : System
outputWriter IOutputWriter
리턴 System

RenderViolationList() 공개 메소드

public RenderViolationList ( ViolationList violationList ) : void
violationList StyleCop.Baboon.Analyzer.ViolationList
리턴 void