C# Class SenseNet.Portal.Portlets.UserGourpManagerPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Show file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
GetGroups List

Public Methods

Method Description
UserGourpManagerPortlet ( ) : System

Initializes a new instance of the UserGourpManagerPortlet class.

Protected Methods

Method Description
CreateChildControls ( ) : void

Creates the child controls.

RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the with ascx.

Private Methods

Method Description
GetGroups ( ) : List

Gets the groups.

Method Details

CreateChildControls() protected method

Creates the child controls.
protected CreateChildControls ( ) : void
return void

RenderWithAscx() protected method

Renders the with ascx.
protected RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
return void

UserGourpManagerPortlet() public method

Initializes a new instance of the UserGourpManagerPortlet class.
public UserGourpManagerPortlet ( ) : System
return System