C# Class ScrewTurn.Wiki.AttachmentManager

Afficher le fichier Open project: mono/ScrewTurnWiki

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnCancel_Click() protected méthode

protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnRefresh_Click() protected méthode

protected btnRefresh_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnRename_Click() protected méthode

protected btnRename_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnUpload_Click() protected méthode

protected btnUpload_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

lstProviders_SelectedIndexChanged() protected méthode

protected lstProviders_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

rptItems_DataBinding() protected méthode

protected rptItems_DataBinding ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

rptItems_ItemCommand() protected méthode

protected rptItems_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void
sender object
e RepeaterCommandEventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::Anthem.TextBox