C# 클래스 DSC_Pull_Server_UI.PullServer

파일 보기 프로젝트 열기: grayzu/DSCPullServerUI

보호된 프로퍼티들

프로퍼티 타입 설명
DscDB global::System.Web.UI.WebControls.SqlDataSource
GridView1 global::System.Web.UI.WebControls.GridView
GridView2 global::System.Web.UI.WebControls.GridView
ReportData global::System.Web.UI.WebControls.SqlDataSource
Results global::System.Web.UI.WebControls.Label
UIConfigurationFiles global::System.Web.UI.WebControls.FileUpload
UIResourceFiles global::System.Web.UI.WebControls.FileUpload
UIUploadFiles global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
UploadFiles_Click ( object sender, EventArgs e ) : void
cleanUp ( string tempDir ) : void
makeTempDirectory ( string tempDir ) : void
renameModuleFile ( IList ZipFiles, string DestPath ) : void

비공개 메소드들

메소드 설명
UploadFiles ( FileUpload Files2Upload, string DesitinationPath ) : void
compressModule ( string ParentPath, string DestinationPath ) : void
createChecksum ( string Path ) : void
createChecksum ( string SourcePath, string DesitinationPath ) : void
moveFiles ( string SourceDirectory, string DestinationDirectory, bool Overwrite ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

UploadFiles_Click() 보호된 메소드

protected UploadFiles_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cleanUp() 보호된 메소드

protected cleanUp ( string tempDir ) : void
tempDir string
리턴 void

makeTempDirectory() 보호된 메소드

protected makeTempDirectory ( string tempDir ) : void
tempDir string
리턴 void

renameModuleFile() 보호된 메소드

protected renameModuleFile ( IList ZipFiles, string DestPath ) : void
ZipFiles IList
DestPath string
리턴 void

프로퍼티 상세

DscDB 보호되어 있는 프로퍼티

DscDB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource DscDB
리턴 global::System.Web.UI.WebControls.SqlDataSource

GridView1 보호되어 있는 프로퍼티

GridView1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridView1
리턴 global::System.Web.UI.WebControls.GridView

GridView2 보호되어 있는 프로퍼티

GridView2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridView2
리턴 global::System.Web.UI.WebControls.GridView

ReportData 보호되어 있는 프로퍼티

ReportData control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource ReportData
리턴 global::System.Web.UI.WebControls.SqlDataSource

Results 보호되어 있는 프로퍼티

Results control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Results
리턴 global::System.Web.UI.WebControls.Label

UIConfigurationFiles 보호되어 있는 프로퍼티

UIConfigurationFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.FileUpload UIConfigurationFiles
리턴 global::System.Web.UI.WebControls.FileUpload

UIResourceFiles 보호되어 있는 프로퍼티

UIResourceFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.FileUpload UIResourceFiles
리턴 global::System.Web.UI.WebControls.FileUpload

UIUploadFiles 보호되어 있는 프로퍼티

UIUploadFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button UIUploadFiles
리턴 global::System.Web.UI.WebControls.Button

form1 보호되어 있는 프로퍼티

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
리턴 global::System.Web.UI.HtmlControls.HtmlForm