C# Class TabImportExport.Form1

Afficher le fichier Open project: russch/DotNetImporterExporter

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public BuildGETString ( string TabCmdLocation, string Workbook, string WorkbookURL, string Destination, string ProjectPath ) : string
TabCmdLocation string
Workbook string
WorkbookURL string
Destination string
ProjectPath string
Résultat string

BuildLoginString() public méthode

public BuildLoginString ( string TabCmdLocation, string UserName, string Password, string Server ) : string
TabCmdLocation string
UserName string
Password string
Server string
Résultat string

BuildPublishString() public méthode

public BuildPublishString ( string TabCmdLocation, string Name, string UID, string Password, string Project ) : string
TabCmdLocation string
Name string
UID string
Password string
Project string
Résultat string

CheckProjectFolder() public méthode

public CheckProjectFolder ( string txtLocalFolder, string ProjectPath ) : void
txtLocalFolder string
ProjectPath string
Résultat void

CreateServerProjectsString() public méthode

public CreateServerProjectsString ( string Project, string TabCmdLocation ) : string
Project string
TabCmdLocation string
Résultat string

Dispose() protected méthode

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

ExportWorkbooks() public méthode

public ExportWorkbooks ( DataTable dtable2 ) : void
dtable2 DataTable
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

GetWorkbooks() public méthode

public GetWorkbooks ( ) : DataTable
Résultat DataTable

ImportWorkbooks() public méthode

public ImportWorkbooks ( DataTable dt ) : void
dt DataTable
Résultat void