C# Class SenseNet.Portal.Portlets.OrganizationChartPortlet

Inheritance: SenseNet.Portal.UI.PortletFramework.CacheablePortlet
Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

Свойство Type Description
GetEmployees void

Méthodes publiques

Méthode Description
OrganizationChartPortlet ( ) : System

Initializes a new instance of the OrganizationChartPortlet class.

Méthodes protégées

Méthode Description
GetModel ( ) : object

Gets the model.

Private Methods

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

Gets the employees.

Method Details

GetModel() protected méthode

Gets the model.
protected GetModel ( ) : object
Résultat object

OrganizationChartPortlet() public méthode

Initializes a new instance of the OrganizationChartPortlet class.
public OrganizationChartPortlet ( ) : System
Résultat System