C# Class Ext.Net.MVC.Examples.Areas.TreePanel_Basic.Models.SiteMapModel

Show file Open project: extnet/Ext.NET.Examples.MVC Class Usage Examples

Public Methods

Method Description
CreateNode ( System.Web.SiteMapNode siteMapNode ) : Node
CreateNodeWithOutChildren ( System.Web.SiteMapNode siteMapNode ) : Node

Method Details

CreateNode() public static method

public static CreateNode ( System.Web.SiteMapNode siteMapNode ) : Node
siteMapNode System.Web.SiteMapNode
return Node

CreateNodeWithOutChildren() public static method

public static CreateNodeWithOutChildren ( System.Web.SiteMapNode siteMapNode ) : Node
siteMapNode System.Web.SiteMapNode
return Node