C# Class ScrewTurn.Wiki.AclActionsSelector

Inheritance: System.Web.UI.UserControl
Mostra file Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
lblDeny global::System.Web.UI.WebControls.Literal
lblGrant global::System.Web.UI.WebControls.Literal
lstActionsDeny global::Anthem.CheckBoxList
lstActionsGrant global::Anthem.CheckBoxList

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
lstActions_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetName ( AclResources res, string action ) : string
Render ( ) : void

Renders the items in the list.

SelectActions ( string granted, string denied ) : void
SetupCheckBoxes ( Anthem list ) : void

Method Details

Page_Load() protected method

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

lstActions_SelectedIndexChanged() protected method

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

Property Details

lblDeny protected_oe property

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

lblGrant protected_oe property

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

lstActionsDeny protected_oe property

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

lstActionsGrant protected_oe property

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