C# Class MvcNavigation.NodeBase

Inheritance: INode
Afficher le fichier Open project: ArnoldZokas/mvcnavigation

Méthodes publiques

Méthode Description
SetParent ( INode parent ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Initialise ( MethodCallExpression methodCallExpression, string title ) : void
SetAreaName ( RouteValueDictionary routeValues, string areaName ) : void

Private Methods

Méthode Description
GetActionName ( ) : string
GetControllerName ( ) : string
GetRouteValues ( MethodCallExpression methodCallExpression ) : RouteValueDictionary

Method Details

Initialise() protected méthode

protected Initialise ( MethodCallExpression methodCallExpression, string title ) : void
methodCallExpression System.Linq.Expressions.MethodCallExpression
title string
Résultat void

SetAreaName() protected méthode

protected SetAreaName ( RouteValueDictionary routeValues, string areaName ) : void
routeValues RouteValueDictionary
areaName string
Résultat void

SetParent() public méthode

public SetParent ( INode parent ) : void
parent INode
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string