C# Class Worki.SiteMap.LocalisationDynamicNodeProvider

LocalisationDynamicNodeProvider class
Inheritance: MvcSiteMapProvider.Extensibility.DynamicNodeProviderBase
显示文件 Open project: tah91/eworkyWebSite

Public Methods

Method Description
GetDynamicNodeCollection ( ) : IEnumerable

Gets the dynamic node collection.

LocalisationDynamicNodeProvider ( ) : System
RegisterKernel ( IKernel kernel ) : void

Method Details

GetDynamicNodeCollection() public method

Gets the dynamic node collection.
public GetDynamicNodeCollection ( ) : IEnumerable
return IEnumerable

LocalisationDynamicNodeProvider() public method

public LocalisationDynamicNodeProvider ( ) : System
return System

RegisterKernel() public static method

public static RegisterKernel ( IKernel kernel ) : void
kernel IKernel
return void