C# 클래스 NetsuiteUploader.frmUploader

파일 보기 프로젝트 열기: ClustinDEV/.NET-Suite-Uploader

공개 메소드들

메소드 설명
frmUploader ( ) : NetsuiteUploader.Utils

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

frmUploader() 공개 메소드

public frmUploader ( ) : NetsuiteUploader.Utils
리턴 NetsuiteUploader.Utils