C# 클래스 KellermanSoftware.CompareNetObjects.Reports.CsvReport

Create a CSV file of the differences and launch the default CSV handler (usually Excel)
상속: ISingleFileReport
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

메소드 설명
LaunchApplication ( string filePath ) : void

Launch the WinMerge

OutputFile ( List differences, string filePath ) : void

Output the differences to a file

OutputStream ( List differences, Stream stream ) : void

Output the differences to a stream

OutputString ( List differences ) : string

Output the differences to a string

비공개 메소드들

메소드 설명
EscapeString ( object value ) : string

Escape special characters

WriteItOut ( List differences, TextWriter writer ) : void

메소드 상세

LaunchApplication() 공개 메소드

Launch the WinMerge
public LaunchApplication ( string filePath ) : void
filePath string The differences file
리턴 void

OutputFile() 공개 메소드

Output the differences to a file
public OutputFile ( List differences, string filePath ) : void
differences List A list of differences
filePath string The file path
리턴 void

OutputStream() 공개 메소드

Output the differences to a stream
public OutputStream ( List differences, Stream stream ) : void
differences List A list of differences
stream Stream An output stream
리턴 void

OutputString() 공개 메소드

Output the differences to a string
public OutputString ( List differences ) : string
differences List A list of differences
리턴 string