Méthode | Description | |
---|---|---|
frmUploader ( ) : NetsuiteUploader.Utils |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | 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
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public frmUploader ( ) : NetsuiteUploader.Utils | ||
Résultat | NetsuiteUploader.Utils |