C# Class SenseNet.Portal.Portlets.OrganizationChartPortlet

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

Private Properties

Property Type Description
GetEmployees void

Public Methods

Method Description
OrganizationChartPortlet ( ) : System

Initializes a new instance of the OrganizationChartPortlet class.

Protected Methods

Method Description
GetModel ( ) : object

Gets the model.

Private Methods

Method Description
GetEmployees ( SenseNet.ContentRepository.Content manager, XmlNode container, int depth ) : void

Gets the employees.

Method Details

GetModel() protected method

Gets the model.
protected GetModel ( ) : object
return object

OrganizationChartPortlet() public method

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