C# Class Scan_UI.Scanner_Form

Show file Open project: mtotheikle/EWU-OIT-SSN-Scanner

Public Properties

Property Type Description
fileNameLabel System.Windows.Forms.Label
path System.Windows.Forms.TextBox
percentage System.Windows.Forms.Label
progressBar System.Windows.Forms.ProgressBar
scanDirectory System.Windows.Forms.Label

Public Methods

Method Description
AddToTable ( string filename, string location, int count, int priority ) : void
LoadData ( ) : void
SQLDatabaseInitilize ( ) : void
Scanner_Form ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ExecuteQuery ( string txtQuery ) : void
InitializeComponent ( ) : void

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

MainWindow_Closing ( object sender, FormClosingEventArgs e ) : void
quitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
scanButton_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void
start_scan ( ) : void

Method Details

AddToTable() public method

public AddToTable ( string filename, string location, int count, int priority ) : void
filename string
location string
count int
priority int
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadData() public method

public LoadData ( ) : void
return void

SQLDatabaseInitilize() public method

public SQLDatabaseInitilize ( ) : void
return void

Scanner_Form() public method

public Scanner_Form ( ) : System
return System

Property Details

fileNameLabel public property

public Label,System.Windows.Forms fileNameLabel
return System.Windows.Forms.Label

path public property

public TextBox,System.Windows.Forms path
return System.Windows.Forms.TextBox

percentage public property

public Label,System.Windows.Forms percentage
return System.Windows.Forms.Label

progressBar public property

public ProgressBar,System.Windows.Forms progressBar
return System.Windows.Forms.ProgressBar

scanDirectory public property

public Label,System.Windows.Forms scanDirectory
return System.Windows.Forms.Label