C# Класс SenseNet.Portal.Portlets.UserGourpManagerPortlet

Наследование: SenseNet.Portal.UI.PortletFramework.ContextBoundPortlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetGroups List

Открытые методы

Метод Описание
UserGourpManagerPortlet ( ) : System

Initializes a new instance of the UserGourpManagerPortlet class.

Защищенные методы

Метод Описание
CreateChildControls ( ) : void

Creates the child controls.

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

Renders the with ascx.

Приватные методы

Метод Описание
GetGroups ( ) : List

Gets the groups.

Описание методов

CreateChildControls() защищенный Метод

Creates the child controls.
protected CreateChildControls ( ) : void
Результат void

RenderWithAscx() защищенный Метод

Renders the with ascx.
protected RenderWithAscx ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
Результат void

UserGourpManagerPortlet() публичный Метод

Initializes a new instance of the UserGourpManagerPortlet class.
public UserGourpManagerPortlet ( ) : System
Результат System