C# Class DSC_Pull_Server_UI.PullServer

Show file Open project: grayzu/DSCPullServerUI

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

UploadFiles_Click() protected method

protected UploadFiles_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

cleanUp() protected method

protected cleanUp ( string tempDir ) : void
tempDir string
return void

makeTempDirectory() protected method

protected makeTempDirectory ( string tempDir ) : void
tempDir string
return void

renameModuleFile() protected method

protected renameModuleFile ( IList ZipFiles, string DestPath ) : void
ZipFiles IList
DestPath string
return void

Property Details

DscDB protected property

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
return global::System.Web.UI.WebControls.SqlDataSource

GridView1 protected property

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
return global::System.Web.UI.WebControls.GridView

GridView2 protected property

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
return global::System.Web.UI.WebControls.GridView

ReportData protected property

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
return global::System.Web.UI.WebControls.SqlDataSource

Results protected property

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
return global::System.Web.UI.WebControls.Label

UIConfigurationFiles protected property

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
return global::System.Web.UI.WebControls.FileUpload

UIResourceFiles protected property

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
return global::System.Web.UI.WebControls.FileUpload

UIUploadFiles protected property

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
return global::System.Web.UI.WebControls.Button

form1 protected property

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
return global::System.Web.UI.HtmlControls.HtmlForm