C# Class Xnlab.SQLMon.Diff.DiffResults

Summary description for Results.
Inheritance: System.Windows.Forms.Form
Show file Open project: unruledboy/SQLMonitor Class Usage Examples

Public Methods

Method Description
DiffResults ( ) : System
DiffResults ( int previousVersion, int currentVersion ) : System
DiffResults ( string sourceScript ) : System
TextDiff ( string source, bool sourceIsFile, string destination, bool destinationIsFile ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FillScript ( Color>.List lines, TextEditorControl textBox ) : void
GetVersionScript ( int version ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnCompareClick ( object sender, EventArgs e ) : void
OnDestinationsSelectedIndexChanged ( object sender, EventArgs e ) : void
OnDifferenceNextClick ( object sender, EventArgs e ) : void
OnDifferencePreviousClick ( object sender, EventArgs e ) : void
OnFormKeyDown ( object sender, KeyEventArgs e ) : void
OnSourcesSelectedIndexChanged ( object sender, EventArgs e ) : void
SetDifferencePosition ( bool isNext ) : void
ShowDiff ( ) : void
ShowDiff ( DiffListText source, DiffListText destination, List diffLines, double seconds ) : void
ShowVersionDiff ( ) : void
TextDiff ( int previousVersion, int currentVersion ) : void

Method Details

DiffResults() public method

public DiffResults ( ) : System
return System

DiffResults() public method

public DiffResults ( int previousVersion, int currentVersion ) : System
previousVersion int
currentVersion int
return System

DiffResults() public method

public DiffResults ( string sourceScript ) : System
sourceScript string
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

TextDiff() public method

public TextDiff ( string source, bool sourceIsFile, string destination, bool destinationIsFile ) : void
source string
sourceIsFile bool
destination string
destinationIsFile bool
return void