C# Class Moma.Web.Controllers.TreeController

Inheritance: Controller
Datei anzeigen Open project: mono/momareports

Public Methods

Method Description
Index ( string root ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetChildren ( MomaNode root, string node_name ) : List
GetChildrenList ( List nodes, string base_name ) : List
GetNodes ( System.Data.DataRowCollection rows ) : MomaNode
GetRoot ( ) : MomaNode
SplitMember ( string member, string &ns, string &type, string &name ) : void

Method Details

Index() public method

public Index ( string root ) : System.Web.Mvc.ActionResult
root string
return System.Web.Mvc.ActionResult