C# Class Rsdn.Janus.NavigationTreeService

Inheritance: INavigationTreeService, IDisposable
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetPageNodePath ( string page ) : Path
NavigationTreeService ( [ serviceProvider ) : System

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPageNodePath() public méthode

public GetPageNodePath ( string page ) : Path
page string
Résultat Path

NavigationTreeService() public méthode

public NavigationTreeService ( [ serviceProvider ) : System
serviceProvider [
Résultat System