Method | Description | |
---|---|---|
BuildGETString ( string TabCmdLocation, string Workbook, string WorkbookURL, string Destination, string ProjectPath ) : string | ||
BuildLoginString ( string TabCmdLocation, string UserName, string Password, string Server ) : string | ||
BuildPublishString ( string TabCmdLocation, string Name, string UID, string Password, string Project ) : string | ||
CheckProjectFolder ( string txtLocalFolder, string ProjectPath ) : void | ||
CreateServerProjectsString ( string Project, string TabCmdLocation ) : string | ||
ExportWorkbooks ( DataTable dtable2 ) : void | ||
Form1 ( ) : System | ||
GetWorkbooks ( ) : DataTable | ||
ImportWorkbooks ( DataTable dt ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ExportBooksHelper ( object obj ) : void | ||
Form1_Load ( object sender, EventArgs e ) : void | ||
ImportBooksHelper ( object obj ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SafeTextUpdate ( ) : void | ||
SetText ( string text ) : void | ||
btnDelete2_Click ( object sender, EventArgs e ) : void | ||
btnDelete_Click ( object sender, EventArgs e ) : void | ||
btnImport_Click ( object sender, EventArgs e ) : void | ||
btnLoadExport_Click ( object sender, EventArgs e ) : void | ||
btnLoadImport_Click ( object sender, EventArgs e ) : void | ||
btnOpenFile_Click ( object sender, EventArgs e ) : void | ||
button1_Click ( object sender, EventArgs e ) : void | ||
button4_Click ( object sender, EventArgs e ) : void | ||
cmd_DataReceived ( object sender, DataReceivedEventArgs e ) : void | ||
cmd_Error ( object sender, DataReceivedEventArgs e ) : void | ||
tabControl1_SelectedIndexChanged ( object sender, EventArgs e ) : void |
public BuildGETString ( string TabCmdLocation, string Workbook, string WorkbookURL, string Destination, string ProjectPath ) : string | ||
TabCmdLocation | string | |
Workbook | string | |
WorkbookURL | string | |
Destination | string | |
ProjectPath | string | |
return | string |
public BuildLoginString ( string TabCmdLocation, string UserName, string Password, string Server ) : string | ||
TabCmdLocation | string | |
UserName | string | |
Password | string | |
Server | string | |
return | string |
public BuildPublishString ( string TabCmdLocation, string Name, string UID, string Password, string Project ) : string | ||
TabCmdLocation | string | |
Name | string | |
UID | string | |
Password | string | |
Project | string | |
return | string |
public CheckProjectFolder ( string txtLocalFolder, string ProjectPath ) : void | ||
txtLocalFolder | string | |
ProjectPath | string | |
return | void |
public CreateServerProjectsString ( string Project, string TabCmdLocation ) : string | ||
Project | string | |
TabCmdLocation | string | |
return | string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ExportWorkbooks ( DataTable dtable2 ) : void | ||
dtable2 | DataTable | |
return | void |
public ImportWorkbooks ( DataTable dt ) : void | ||
dt | DataTable | |
return | void |