C# Класс DSC_Pull_Server_UI.PullServer

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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