C# Class Carrotware.CMS.UI.Components.MultiLevelNavigation

Inheritance: SimpleListSortable
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC

Protected Properties

Свойство Type Description
output StringBuilder
sItemCSS string
sItemCss string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadData ( ) : void
MultiLevelNavigation ( ) : System
ToHtmlString ( ) : string

Méthodes protégées

Méthode Description
InitList ( ) : void
LoadChildLevels ( System.Guid parentID ) : void

Method Details

InitList() protected méthode

protected InitList ( ) : void
Résultat void

LoadChildLevels() protected méthode

protected LoadChildLevels ( System.Guid parentID ) : void
parentID System.Guid
Résultat void

LoadData() public méthode

public LoadData ( ) : void
Résultat void

MultiLevelNavigation() public méthode

public MultiLevelNavigation ( ) : System
Résultat System

ToHtmlString() public méthode

public ToHtmlString ( ) : string
Résultat string

Property Details

output protected_oe property

protected StringBuilder output
Résultat StringBuilder

sItemCSS protected_oe property

protected string sItemCSS
Résultat string

sItemCss protected_oe property

protected string sItemCss
Résultat string