C# Class NetsuiteUploader.frmUploader

Show file Open project: ClustinDEV/.NET-Suite-Uploader

Public Methods

Method Description
frmUploader ( ) : NetsuiteUploader.Utils

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearStatus ( ) : object

clear the execution status image

InitializeComponent ( ) : void

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

OnChanged ( object sender, FileSystemEventArgs e ) : void
appendLog ( string log ) : void

add new log line

appendLog ( string log, string notification_type ) : void

add new log line with a type for show an execution status image

btnUpload_Click ( object sender, EventArgs e ) : void
chkWatchChanges_CheckedChanged ( object sender, EventArgs e ) : void
ddbAccount_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
executeLogin ( string account ) : void

call the login service

frmUploader_Closing ( object sender, FormClosingEventArgs e ) : void
frmUploader_KeyDown ( object sender, KeyEventArgs e ) : void
frmUploader_Load ( object sender, EventArgs e ) : void
loadAccounts ( ) : void

load the selectable accounts

loadResources ( ) : void

load the image resources embedded in the assembly

loadTasks ( ) : void

load the list of tasks present in the tasks folder

mniTasksOpenFile_Click ( object sender, EventArgs e ) : void
mniTasksOpenFolder_Click ( object sender, EventArgs e ) : void
netSuiteService_addListCompleted ( object sender, addListCompletedEventArgs e ) : void
tmrTimeout_Tick ( object sender, EventArgs e ) : void
unWatch ( ) : void

stop watching all the active watchers

upload ( ) : void

call the upload service and config the file watcher

watch ( string path ) : void

start watching a specific path

Method Details

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

frmUploader() public method

public frmUploader ( ) : NetsuiteUploader.Utils
return NetsuiteUploader.Utils