C# Class ScrewTurn.Wiki.AclActionsSelector

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: mono/ScrewTurnWiki

Protected Properties

Свойство Type Description
lblDeny global::System.Web.UI.WebControls.Literal
lblGrant global::System.Web.UI.WebControls.Literal
lstActionsDeny global::Anthem.CheckBoxList
lstActionsGrant global::Anthem.CheckBoxList

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
lstActions_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

lstActions_SelectedIndexChanged() protected méthode

protected lstActions_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::Anthem.CheckBoxList