C# 클래스 TabImportExport.Form1

파일 보기 프로젝트 열기: russch/DotNetImporterExporter

공개 메소드들

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

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

BuildGETString() 공개 메소드

public BuildGETString ( string TabCmdLocation, string Workbook, string WorkbookURL, string Destination, string ProjectPath ) : string
TabCmdLocation string
Workbook string
WorkbookURL string
Destination string
ProjectPath string
리턴 string

BuildLoginString() 공개 메소드

public BuildLoginString ( string TabCmdLocation, string UserName, string Password, string Server ) : string
TabCmdLocation string
UserName string
Password string
Server string
리턴 string

BuildPublishString() 공개 메소드

public BuildPublishString ( string TabCmdLocation, string Name, string UID, string Password, string Project ) : string
TabCmdLocation string
Name string
UID string
Password string
Project string
리턴 string

CheckProjectFolder() 공개 메소드

public CheckProjectFolder ( string txtLocalFolder, string ProjectPath ) : void
txtLocalFolder string
ProjectPath string
리턴 void

CreateServerProjectsString() 공개 메소드

public CreateServerProjectsString ( string Project, string TabCmdLocation ) : string
Project string
TabCmdLocation string
리턴 string

Dispose() 보호된 메소드

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

ExportWorkbooks() 공개 메소드

public ExportWorkbooks ( DataTable dtable2 ) : void
dtable2 DataTable
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

GetWorkbooks() 공개 메소드

public GetWorkbooks ( ) : DataTable
리턴 DataTable

ImportWorkbooks() 공개 메소드

public ImportWorkbooks ( DataTable dt ) : void
dt DataTable
리턴 void