C# 클래스 ScrewTurn.Wiki.AdminNamespaces

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

보호된 프로퍼티들

프로퍼티 타입 설명
btnBack global::System.Web.UI.WebControls.Button
btnCancel global::System.Web.UI.WebControls.Button
btnConfirmDeletion global::Anthem.Button
btnCreate global::System.Web.UI.WebControls.Button
btnDelete global::Anthem.Button
btnNewNamespace global::Anthem.Button
btnNormal global::Anthem.LinkButton
btnPrivate global::Anthem.LinkButton
btnPublic global::Anthem.LinkButton
btnRename global::Anthem.Button
btnSave global::System.Web.UI.WebControls.Button
cvName global::System.Web.UI.WebControls.CustomValidator
cvName2 global::System.Web.UI.WebControls.CustomValidator
cvNewName global::System.Web.UI.WebControls.CustomValidator
cvNewName2 global::System.Web.UI.WebControls.CustomValidator
lblConfirmDeletion global::System.Web.UI.WebControls.Literal
lblDefaultPage global::System.Web.UI.WebControls.Literal
lblDefaultPageInfo global::System.Web.UI.WebControls.Label
lblEditTitle global::System.Web.UI.WebControls.Literal
lblInheritanceInfo global::System.Web.UI.WebControls.Literal
lblName global::System.Web.UI.WebControls.Literal
lblNamespaceName global::System.Web.UI.WebControls.Literal
lblNamespacePermissions global::System.Web.UI.WebControls.Literal
lblNamespaces global::System.Web.UI.WebControls.Literal
lblNewName global::System.Web.UI.WebControls.Literal
lblNormalInfo global::System.Web.UI.WebControls.Literal
lblPermissionsTemplates global::System.Web.UI.WebControls.Literal
lblPermissionsTemplatesInfo global::System.Web.UI.WebControls.Literal
lblPrivateInfo global::System.Web.UI.WebControls.Literal
lblProvider global::System.Web.UI.WebControls.Literal
lblPublicInfo global::System.Web.UI.WebControls.Literal
lblRename global::System.Web.UI.WebControls.Literal
lblRenameInfo global::System.Web.UI.WebControls.Literal
lblRenameResult global::Anthem.Label
lblResult global::Anthem.Label
lblTheme global::System.Web.UI.WebControls.Literal
lstDefaultPage global::System.Web.UI.WebControls.DropDownList
lstTheme global::System.Web.UI.WebControls.DropDownList
permissionsManager global::ScrewTurn.Wiki.PermissionsManager
pnlDelete global::Anthem.Panel
pnlEditNamespace global::Anthem.Panel
pnlList global::Anthem.Panel
pnlPermissions global::Anthem.Panel
providerSelector global::ScrewTurn.Wiki.ProviderSelector
rfvName global::System.Web.UI.WebControls.RequiredFieldValidator
rfvNewName global::System.Web.UI.WebControls.RequiredFieldValidator
rptNamespaces global::Anthem.Repeater
txtCurrentNamespace global::Anthem.HiddenField
txtName global::System.Web.UI.WebControls.TextBox
txtNewName global::Anthem.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnConfirmDeletion_Click ( object sender, EventArgs e ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnNewNamespace_Click ( object sender, EventArgs e ) : void
btnNormal_Click ( object sender, EventArgs e ) : void
btnPrivate_Click ( object sender, EventArgs e ) : void
btnPublic_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cvName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvNewName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
rptNamespaces_DataBinding ( object sender, EventArgs e ) : void
rptNamespaces_ItemCommand ( object sender, RepeaterCommandEventArgs e ) : void

비공개 메소드들

메소드 설명
LoadDefaultPages ( ) : void

Loads the available pages and selects the current one.

RefreshList ( ) : void

Refreshes the namespace list.

RefreshPermissionsManager ( ) : void

Refreshes the permissions manager.

RemoveAllPermissions ( NamespaceInfo nspace ) : void

Removes all the permissions for a namespace.

ResetEditor ( ) : void

Resets the namespace editor.

ReturnToList ( ) : void

Returns to the group list.

메소드 상세

Page_Load() 보호된 메소드

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

btnBack_Click() 보호된 메소드

protected btnBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnCancel_Click() 보호된 메소드

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

btnConfirmDeletion_Click() 보호된 메소드

protected btnConfirmDeletion_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnCreate_Click() 보호된 메소드

protected btnCreate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnDelete_Click() 보호된 메소드

protected btnDelete_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnNewNamespace_Click() 보호된 메소드

protected btnNewNamespace_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnNormal_Click() 보호된 메소드

protected btnNormal_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnPrivate_Click() 보호된 메소드

protected btnPrivate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnPublic_Click() 보호된 메소드

protected btnPublic_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

btnRename_Click() 보호된 메소드

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

btnSave_Click() 보호된 메소드

protected btnSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

cvName2_ServerValidate() 보호된 메소드

protected cvName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

cvName_ServerValidate() 보호된 메소드

protected cvName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

cvNewName2_ServerValidate() 보호된 메소드

protected cvNewName2_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

cvNewName_ServerValidate() 보호된 메소드

protected cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
리턴 void

rptNamespaces_DataBinding() 보호된 메소드

protected rptNamespaces_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

rptNamespaces_ItemCommand() 보호된 메소드

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

프로퍼티 상세

btnBack 보호되어 있는 프로퍼티

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

btnCancel 보호되어 있는 프로퍼티

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

btnConfirmDeletion 보호되어 있는 프로퍼티

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

btnCreate 보호되어 있는 프로퍼티

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

btnDelete 보호되어 있는 프로퍼티

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

btnNewNamespace 보호되어 있는 프로퍼티

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

btnNormal 보호되어 있는 프로퍼티

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

btnPrivate 보호되어 있는 프로퍼티

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

btnPublic 보호되어 있는 프로퍼티

btnPublic control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Anthem.LinkButton btnPublic
리턴 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

btnSave 보호되어 있는 프로퍼티

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

cvName 보호되어 있는 프로퍼티

cvName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvName
리턴 global::System.Web.UI.WebControls.CustomValidator

cvName2 보호되어 있는 프로퍼티

cvName2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvName2
리턴 global::System.Web.UI.WebControls.CustomValidator

cvNewName 보호되어 있는 프로퍼티

cvNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvNewName
리턴 global::System.Web.UI.WebControls.CustomValidator

cvNewName2 보호되어 있는 프로퍼티

cvNewName2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator cvNewName2
리턴 global::System.Web.UI.WebControls.CustomValidator

lblConfirmDeletion 보호되어 있는 프로퍼티

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

lblDefaultPage 보호되어 있는 프로퍼티

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

lblDefaultPageInfo 보호되어 있는 프로퍼티

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

lblEditTitle 보호되어 있는 프로퍼티

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

lblInheritanceInfo 보호되어 있는 프로퍼티

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

lblName 보호되어 있는 프로퍼티

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

lblNamespaceName 보호되어 있는 프로퍼티

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

lblNamespacePermissions 보호되어 있는 프로퍼티

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

lblNamespaces 보호되어 있는 프로퍼티

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

lblNewName 보호되어 있는 프로퍼티

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

lblNormalInfo 보호되어 있는 프로퍼티

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

lblPermissionsTemplates 보호되어 있는 프로퍼티

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

lblPermissionsTemplatesInfo 보호되어 있는 프로퍼티

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

lblPrivateInfo 보호되어 있는 프로퍼티

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

lblProvider 보호되어 있는 프로퍼티

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

lblPublicInfo 보호되어 있는 프로퍼티

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

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

lblRenameInfo 보호되어 있는 프로퍼티

lblRenameInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblRenameInfo
리턴 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

lblResult 보호되어 있는 프로퍼티

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

lblTheme 보호되어 있는 프로퍼티

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

lstDefaultPage 보호되어 있는 프로퍼티

lstDefaultPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList lstDefaultPage
리턴 global::System.Web.UI.WebControls.DropDownList

lstTheme 보호되어 있는 프로퍼티

lstTheme control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList lstTheme
리턴 global::System.Web.UI.WebControls.DropDownList

permissionsManager 보호되어 있는 프로퍼티

permissionsManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PermissionsManager permissionsManager
리턴 global::ScrewTurn.Wiki.PermissionsManager

pnlDelete 보호되어 있는 프로퍼티

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

pnlEditNamespace 보호되어 있는 프로퍼티

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

pnlList 보호되어 있는 프로퍼티

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

pnlPermissions 보호되어 있는 프로퍼티

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

providerSelector 보호되어 있는 프로퍼티

providerSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.ProviderSelector providerSelector
리턴 global::ScrewTurn.Wiki.ProviderSelector

rfvName 보호되어 있는 프로퍼티

rfvName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvName
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rfvNewName 보호되어 있는 프로퍼티

rfvNewName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvNewName
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

rptNamespaces 보호되어 있는 프로퍼티

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

txtCurrentNamespace 보호되어 있는 프로퍼티

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

txtName 보호되어 있는 프로퍼티

txtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtName
리턴 global::System.Web.UI.WebControls.TextBox

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