C# Class ScrewTurn.Wiki.AdminNavPaths

显示文件 Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
btnAdd global::Anthem.Button
btnCancel global::System.Web.UI.WebControls.Button
btnCreate global::System.Web.UI.WebControls.Button
btnDelete global::Anthem.Button
btnDown global::Anthem.Button
btnNewNavPath global::Anthem.Button
btnRemove global::Anthem.Button
btnSave global::System.Web.UI.WebControls.Button
btnSearch global::Anthem.Button
btnUp global::Anthem.Button
cvName1 global::Anthem.CustomValidator
cvName2 global::Anthem.CustomValidator
lblEditTitle global::System.Web.UI.WebControls.Literal
lblName global::System.Web.UI.WebControls.Literal
lblNamespace global::System.Web.UI.WebControls.Literal
lblNavPaths global::System.Web.UI.WebControls.Literal
lblResult global::Anthem.Label
lstAvailablePage global::Anthem.DropDownList
lstNamespace global::Anthem.DropDownList
lstPages global::Anthem.ListBox
pnlEditNavPath global::Anthem.Panel
pnlList global::Anthem.Panel
rfvName global::Anthem.RequiredFieldValidator
rptNavPaths global::Anthem.Repeater
txtCurrentNavPath global::Anthem.HiddenField
txtName global::Anthem.TextBox
txtPageName global::Anthem.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAdd_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnCreate_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnDown_Click ( object sender, EventArgs e ) : void
btnNewNavPath_Click ( object sender, EventArgs e ) : void
btnRemove_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void
btnUp_Click ( object sender, EventArgs e ) : void
cvName1_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
cvName2_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
lstNamespace_SelectedIndexChanged ( object sender, EventArgs e ) : void
lstPages_SelectedIndexChanged ( object sender, EventArgs e ) : void
rptNavPaths_DataBinding ( object sender, EventArgs e ) : void
rptNavPaths_ItemCommand ( object sender, CommandEventArgs e ) : void

Private Methods

Method Description
CanManagePagesInCurrentNamespace ( ) : bool

Gets a value indicating whether the current user can manage pages in the selected namespace.

GetSelectedPages ( ) : List

Gets the selected pages for the navigation path.

RefreshList ( ) : void

Refreshes the users list.

ResetEditor ( ) : void

Resets the account editor.

ReturnToList ( ) : void

Returns to the accounts list.

Method Details

Page_Load() protected method

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

btnAdd_Click() protected method

protected btnAdd_Click ( 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

btnCreate_Click() protected method

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

btnDelete_Click() protected method

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

btnDown_Click() protected method

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

btnNewNavPath_Click() protected method

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

btnRemove_Click() protected method

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

btnSave_Click() protected method

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

btnSearch_Click() protected method

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

btnUp_Click() protected method

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

cvName1_ServerValidate() protected method

protected cvName1_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
sender object
e ServerValidateEventArgs
return void

cvName2_ServerValidate() protected method

protected cvName2_ServerValidate ( object sender, ServerValidateEventArgs e ) : void
sender object
e ServerValidateEventArgs
return void

lstNamespace_SelectedIndexChanged() protected method

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

lstPages_SelectedIndexChanged() protected method

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

rptNavPaths_DataBinding() protected method

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

rptNavPaths_ItemCommand() protected method

protected rptNavPaths_ItemCommand ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
return void

Property Details

btnAdd protected_oe property

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

btnCancel protected_oe property

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

btnCreate protected_oe property

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

btnDelete protected_oe property

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

btnDown protected_oe property

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

btnNewNavPath protected_oe property

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

btnRemove protected_oe property

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

btnSave protected_oe property

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

btnSearch protected_oe property

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

btnUp protected_oe property

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

cvName1 protected_oe property

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

cvName2 protected_oe property

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

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

lblName protected_oe property

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

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

lblNavPaths protected_oe property

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

lblResult protected_oe property

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

lstAvailablePage protected_oe property

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

lstPages protected_oe property

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

pnlEditNavPath protected_oe property

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

rfvName protected_oe property

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

rptNavPaths protected_oe property

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

txtCurrentNavPath protected_oe property

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

txtName protected_oe property

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

txtPageName protected_oe property

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