C# Class Engage.Dnn.Publish.CategoryControls.CategoryPermissions

Inheritance: ModuleBase
Mostra file Open project: EngageSoftware/Engage-Publish Class Usage Examples

Protected Properties

Property Type Description
divCategoryPermissions global::System.Web.UI.HtmlControls.HtmlGenericControl
imgAdd global::System.Web.UI.WebControls.ImageButton
imgRemove global::System.Web.UI.WebControls.ImageButton
lblAvailableRoles global::DotNetNuke.UI.UserControls.LabelControl
lblMessage global::System.Web.UI.WebControls.Label
lblSelectedRoles global::DotNetNuke.UI.UserControls.LabelControl
lstItems global::System.Web.UI.WebControls.ListBox
lstSelectedItems global::System.Web.UI.WebControls.ListBox

Public Methods

Method Description
Save ( ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
LoadAllRoles ( ) : void
LoadAssignedRoles ( ) : void
Page_Load ( object sender, EventArgs e ) : void
RoleIdExists ( string itemId ) : bool
imgAdd_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void
imgRemove_Click ( object sender, System.Web.UI.ImageClickEventArgs e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Save() public method

public Save ( ) : void
return void

Property Details

divCategoryPermissions protected_oe property

divCategoryPermissions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divCategoryPermissions
return global::System.Web.UI.HtmlControls.HtmlGenericControl

imgAdd protected_oe property

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

imgRemove protected_oe property

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

lblAvailableRoles protected_oe property

lblAvailableRoles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblAvailableRoles
return global::DotNetNuke.UI.UserControls.LabelControl

lblMessage protected_oe property

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

lblSelectedRoles protected_oe property

lblSelectedRoles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblSelectedRoles
return global::DotNetNuke.UI.UserControls.LabelControl

lstItems protected_oe property

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

lstSelectedItems protected_oe property

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