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

Report for showing differences to an end user
상속: ISingleFileReport
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

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

Launch the application for showing the file

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

UserFriendlyReport ( ) : System

Initializes a new instance of the UserFriendlyReport class.

비공개 메소드들

메소드 설명
FormatProperty ( Difference difference ) : string
WriteItOut ( List differences, TextWriter writer ) : void

메소드 상세

LaunchApplication() 공개 메소드

Launch the application for showing the file
public LaunchApplication ( string filePath ) : void
filePath string The file path
리턴 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 Where to write to
리턴 void

OutputString() 공개 메소드

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

UserFriendlyReport() 공개 메소드

Initializes a new instance of the UserFriendlyReport class.
public UserFriendlyReport ( ) : System
리턴 System