C# Class ScrewTurn.Wiki.AdminCategories

Inheritance: BasePage
显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnBack global::Anthem.Button
btnBulkBack global::Anthem.Button
btnBulkManage global::Anthem.Button
btnBulkSave global::Anthem.Button
btnDeleteCategory global::Anthem.Button
btnMerge global::Anthem.Button
btnNewCategory global::Anthem.Button
btnRename global::Anthem.Button
cvNewCategory global::Anthem.CustomValidator
cvNewName global::Anthem.CustomValidator
lblBulkResult global::Anthem.Label
lblBulkStep1 global::System.Web.UI.WebControls.Literal
lblBulkStep2 global::System.Web.UI.WebControls.Literal
lblBulkStep3 global::System.Web.UI.WebControls.Literal
lblCategories global::System.Web.UI.WebControls.Literal
lblCurrentCategory global::System.Web.UI.WebControls.Literal
lblDeleteCategory global::System.Web.UI.WebControls.Literal
lblDeleteResult global::Anthem.Label
lblEditTitle global::System.Web.UI.WebControls.Literal
lblMergeCategoryTitle global::System.Web.UI.WebControls.Literal
lblMergeInto global::System.Web.UI.WebControls.Literal
lblMergeResult global::Anthem.Label
lblNamespace global::System.Web.UI.WebControls.Literal
lblNewCategory global::System.Web.UI.WebControls.Literal
lblNewCategoryResult global::Anthem.Label
lblNewName global::System.Web.UI.WebControls.Literal
lblRenameCategoryTitle global::System.Web.UI.WebControls.Literal
lblRenameResult global::Anthem.Label
lstBulkCategories global::Anthem.CheckBoxList
lstDestinationCategory global::Anthem.DropDownList
lstNamespace global::Anthem.DropDownList
pageListBuilder global::ScrewTurn.Wiki.PageListBuilder
pnlBulkManage global::Anthem.Panel
pnlEditCategory global::Anthem.Panel
pnlList global::Anthem.Panel
providerSelector global::ScrewTurn.Wiki.ProviderSelector
rdoBulkAdd global::Anthem.RadioButton
rdoBulkReplace global::Anthem.RadioButton
rfvNewCategory global::Anthem.RequiredFieldValidator
rfvNewName global::Anthem.RequiredFieldValidator
rptCategories global::Anthem.Repeater
txtCurrentCategory global::Anthem.HiddenField
txtNewCategory global::Anthem.TextBox
txtNewName global::Anthem.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void
btnBulkBack_Click ( object sender, EventArgs e ) : void
btnBulkManage_Click ( object sender, EventArgs e ) : void
btnBulkSave_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnMerge_Click ( object sender, EventArgs e ) : void
btnNewCategory_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
cvNewCategory_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
cvNewName_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
lstNamespace_SelectedIndexChanged ( object sender, EventArgs e ) : void
providerSelector_SelectedProviderChanged ( object sender, EventArgs e ) : void
rptCategories_DataBinding ( object sender, EventArgs e ) : void
rptCategories_ItemCommand ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void

Private Methods

Method Description
CanManageCategoriesInCurrentNamespace ( ) : bool

Returns a value indicating whether the current user can manage categories in the selected namespace.

ClearResultLabels ( ) : void

Clears all the result labels.

RefreshBulkCategoryList ( ) : void

Refreshes the bulk category list.

RefreshList ( ) : void

Refreshes the pages list.

ResetBulkEditor ( ) : void

Resets the bulk management editor.

ResetEditor ( ) : void

Resets the editor.

ReturnToList ( ) : void

Returns to the group list.

Method Details

Page_Load() protected method

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

btnBack_Click() protected method

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

btnBulkBack_Click() protected method

protected btnBulkBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnBulkManage_Click() protected method

protected btnBulkManage_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnBulkSave_Click() protected method

protected btnBulkSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnDelete_Click() protected method

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

btnMerge_Click() protected method

protected btnMerge_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnNewCategory_Click() protected method

protected btnNewCategory_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnRename_Click() protected method

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

cvNewCategory_ServerValidate() protected method

protected cvNewCategory_ServerValidate ( object sender, System.Web.UI.WebControls.ServerValidateEventArgs e ) : void
sender object
e System.Web.UI.WebControls.ServerValidateEventArgs
return void

cvNewName_ServerValidate() protected method

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

lstNamespace_SelectedIndexChanged() protected method

protected lstNamespace_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

providerSelector_SelectedProviderChanged() protected method

protected providerSelector_SelectedProviderChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptCategories_DataBinding() protected method

protected rptCategories_DataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rptCategories_ItemCommand() protected method

protected rptCategories_ItemCommand ( object sender, System.Web.UI.WebControls.CommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.CommandEventArgs
return void

Property Details

btnBack protected_oe property

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

btnBulkBack protected_oe property

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

btnBulkManage protected_oe property

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

btnBulkSave protected_oe property

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

btnDeleteCategory protected_oe property

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

btnMerge protected_oe property

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

btnNewCategory protected_oe property

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

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

cvNewCategory protected_oe property

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

cvNewName protected_oe property

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

lblBulkResult protected_oe property

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

lblBulkStep1 protected_oe property

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

lblBulkStep2 protected_oe property

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

lblBulkStep3 protected_oe property

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

lblCategories protected_oe property

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

lblCurrentCategory protected_oe property

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

lblDeleteCategory protected_oe property

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

lblDeleteResult protected_oe property

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

lblEditTitle protected_oe property

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

lblMergeCategoryTitle protected_oe property

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

lblMergeInto protected_oe property

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

lblMergeResult protected_oe property

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

lblNamespace protected_oe property

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

lblNewCategory protected_oe property

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

lblNewCategoryResult protected_oe property

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

lblNewName protected_oe property

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

lblRenameCategoryTitle protected_oe property

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

lstBulkCategories protected_oe property

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

lstDestinationCategory protected_oe property

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

lstNamespace protected_oe property

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

pageListBuilder protected_oe property

pageListBuilder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ScrewTurn.Wiki.PageListBuilder pageListBuilder
return global::ScrewTurn.Wiki.PageListBuilder

pnlBulkManage protected_oe property

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

pnlEditCategory protected_oe property

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

pnlList protected_oe property

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

providerSelector protected_oe property

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

rdoBulkAdd protected_oe property

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

rdoBulkReplace protected_oe property

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

rfvNewCategory protected_oe property

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

rfvNewName protected_oe property

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

rptCategories protected_oe property

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

txtCurrentCategory protected_oe property

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

txtNewCategory protected_oe property

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

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