C# Class ScrewTurn.Wiki.AttachmentManager

Mostra file Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnCancel global::Anthem.Button
btnRefresh global::Anthem.LinkButton
btnRename global::Anthem.Button
btnUpload global::System.Web.UI.WebControls.Button
chkOverwrite global::System.Web.UI.WebControls.CheckBox
fileUpload global::System.Web.UI.WebControls.FileUpload
lblItem global::Anthem.Label
lblNoUpload global::System.Web.UI.WebControls.Label
lblRename global::System.Web.UI.WebControls.Literal
lblRenameResult global::Anthem.Label
lblStrings global::System.Web.UI.WebControls.Literal
lblUploadFilesInfo global::System.Web.UI.WebControls.Literal
lblUploadResult global::System.Web.UI.WebControls.Label
lstProviders global::Anthem.DropDownList
pnlRename global::Anthem.Panel
rptItems global::Anthem.Repeater
txtNewName global::Anthem.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnRefresh_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
btnUpload_Click ( object sender, EventArgs e ) : void
lstProviders_SelectedIndexChanged ( object sender, EventArgs e ) : void
rptItems_DataBinding ( object sender, EventArgs e ) : void
rptItems_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void

Private Methods

Method Description
DetectPermissions ( ) : void

Detects the permissions of the current user.

SetupControls ( ) : void

Sets up buttons and controls using the permissions.

Method Details

Page_Load() protected method

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

btnCancel_Click() protected method

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

btnRefresh_Click() protected method

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

btnRename_Click() protected method

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

btnUpload_Click() protected method

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

lstProviders_SelectedIndexChanged() protected method

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

rptItems_DataBinding() protected method

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

rptItems_ItemCommand() protected method

protected rptItems_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void
sender object
e RepeaterCommandEventArgs
return void

Property Details

btnCancel protected_oe property

btnCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnCancel
return global::Anthem.Button

btnRefresh protected_oe property

btnRefresh control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnRefresh
return global::Anthem.LinkButton

btnRename protected_oe property

btnRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Button btnRename
return global::Anthem.Button

btnUpload protected_oe property

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

chkOverwrite protected_oe property

chkOverwrite control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkOverwrite
return global::System.Web.UI.WebControls.CheckBox

fileUpload protected_oe property

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

lblItem protected_oe property

lblItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblItem
return global::Anthem.Label

lblNoUpload protected_oe property

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

lblRename protected_oe property

lblRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblRename
return global::System.Web.UI.WebControls.Literal

lblRenameResult protected_oe property

lblRenameResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Label lblRenameResult
return global::Anthem.Label

lblStrings protected_oe property

lblStrings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblStrings
return global::System.Web.UI.WebControls.Literal

lblUploadFilesInfo protected_oe property

lblUploadFilesInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblUploadFilesInfo
return global::System.Web.UI.WebControls.Literal

lblUploadResult protected_oe property

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

lstProviders protected_oe property

lstProviders control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.DropDownList lstProviders
return global::Anthem.DropDownList

pnlRename protected_oe property

pnlRename control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Panel pnlRename
return global::Anthem.Panel

rptItems protected_oe property

rptItems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.Repeater rptItems
return global::Anthem.Repeater

txtNewName protected_oe property

txtNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.TextBox txtNewName
return global::Anthem.TextBox