C# Class Rsdn.Janus.NavigationTreeService

Inheritance: INavigationTreeService, IDisposable
Datei anzeigen Open project: rsdn/janus

Public Methods

Method Description
Dispose ( ) : void
GetPageNodePath ( string page ) : Path
NavigationTreeService ( [ serviceProvider ) : System

Private Methods

Method Description
MergeNode ( IEnumerable nodeSources ) : INavigationTreeNode
MergeNodes ( IEnumerable nodeSources ) : IEnumerable
RegisterNodesPages ( Path parentPath, IEnumerable nodes ) : void
UpdateTree ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetPageNodePath() public method

public GetPageNodePath ( string page ) : Path
page string
return Path

NavigationTreeService() public method

public NavigationTreeService ( [ serviceProvider ) : System
serviceProvider [
return System