C# 클래스 ScrewTurn.Wiki.AttachmentManager

파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DetectPermissions ( ) : void

Detects the permissions of the current user.

SetupControls ( ) : void

Sets up buttons and controls using the permissions.

메소드 상세

Page_Load() 보호된 메소드

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

btnCancel_Click() 보호된 메소드

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

btnRefresh_Click() 보호된 메소드

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

btnRename_Click() 보호된 메소드

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

btnUpload_Click() 보호된 메소드

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

lstProviders_SelectedIndexChanged() 보호된 메소드

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

rptItems_DataBinding() 보호된 메소드

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

rptItems_ItemCommand() 보호된 메소드

protected rptItems_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void
sender object
e RepeaterCommandEventArgs
리턴 void

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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

btnRefresh 보호되어 있는 프로퍼티

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

btnRename 보호되어 있는 프로퍼티

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

btnUpload 보호되어 있는 프로퍼티

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

chkOverwrite 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.CheckBox

fileUpload 보호되어 있는 프로퍼티

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

lblItem 보호되어 있는 프로퍼티

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

lblNoUpload 보호되어 있는 프로퍼티

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

lblRename 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

lblRenameResult 보호되어 있는 프로퍼티

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

lblStrings 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

lblUploadFilesInfo 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

lblUploadResult 보호되어 있는 프로퍼티

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

lstProviders 보호되어 있는 프로퍼티

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

pnlRename 보호되어 있는 프로퍼티

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

rptItems 보호되어 있는 프로퍼티

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

txtNewName 보호되어 있는 프로퍼티

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