C# Class TabImportExport.Form1

Mostrar archivo Open project: russch/DotNetImporterExporter

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

BuildGETString() public method

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

BuildLoginString() public method

public BuildLoginString ( string TabCmdLocation, string UserName, string Password, string Server ) : string
TabCmdLocation string
UserName string
Password string
Server string
return string

BuildPublishString() public method

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

CheckProjectFolder() public method

public CheckProjectFolder ( string txtLocalFolder, string ProjectPath ) : void
txtLocalFolder string
ProjectPath string
return void

CreateServerProjectsString() public method

public CreateServerProjectsString ( string Project, string TabCmdLocation ) : string
Project string
TabCmdLocation string
return string

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

ExportWorkbooks() public method

public ExportWorkbooks ( DataTable dtable2 ) : void
dtable2 DataTable
return void

Form1() public method

public Form1 ( ) : System
return System

GetWorkbooks() public method

public GetWorkbooks ( ) : DataTable
return DataTable

ImportWorkbooks() public method

public ImportWorkbooks ( DataTable dt ) : void
dt DataTable
return void