C# Class ScrewTurn.Wiki.AdminNavPaths

Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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