C# Класс KellermanSoftware.CompareNetObjects.Reports.CsvReport

Create a CSV file of the differences and launch the default CSV handler (usually Excel)
Наследование: ISingleFileReport
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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