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

Inheritance: SimpleListSortable
ファイルを表示 Open project: ninianne98/CarrotCakeCMS-MVC

Protected Properties

Property Type Description
output StringBuilder
sItemCSS string
sItemCss string

Private Properties

Property Type Description

Public Methods

Method Description
LoadData ( ) : void
MultiLevelNavigation ( ) : System
ToHtmlString ( ) : string

Protected Methods

Method Description
InitList ( ) : void
LoadChildLevels ( System.Guid parentID ) : void

Method Details

InitList() protected method

protected InitList ( ) : void
return void

LoadChildLevels() protected method

protected LoadChildLevels ( System.Guid parentID ) : void
parentID System.Guid
return void

LoadData() public method

public LoadData ( ) : void
return void

MultiLevelNavigation() public method

public MultiLevelNavigation ( ) : System
return System

ToHtmlString() public method

public ToHtmlString ( ) : string
return string

Property Details

output protected_oe property

protected StringBuilder output
return StringBuilder

sItemCSS protected_oe property

protected string sItemCSS
return string

sItemCss protected_oe property

protected string sItemCss
return string