Method | Description | |
---|---|---|
LaunchApplication ( string filePath ) : void |
Launch the application for showing the file
|
|
OutputFile ( List |
Output the differences to a file
|
|
OutputStream ( List |
Output the differences to a stream
|
|
OutputString ( List |
Output the differences to a string
|
|
UserFriendlyReport ( ) : System |
Initializes a new instance of the UserFriendlyReport class.
|
Method | Description | |
---|---|---|
FormatProperty ( Difference difference ) : string | ||
WriteItOut ( List |
public LaunchApplication ( string filePath ) : void | ||
filePath | string | The file path |
return | void |
public OutputFile ( List |
||
differences | List |
A list of differences |
filePath | string | The file path |
return | void |
public OutputStream ( List |
||
differences | List |
A list of differences |
stream | Stream | Where to write to |
return | void |
public OutputString ( List |
||
differences | List |
A list of differences |
return | string |