C# Class Rebel.Cms.Web.Trees.TreeSearchJsonResult

A specialized JSON result for ISearchableTree
Inheritance: System.Web.Mvc.JsonResult
Mostra file Open project: RebelCMS/rebelcmsxu5

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
TreeSearchJsonResult ( IEnumerable results ) : System.Collections.Generic

Method Details

ExecuteResult() public method

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
return void

TreeSearchJsonResult() public method

public TreeSearchJsonResult ( IEnumerable results ) : System.Collections.Generic
results IEnumerable
return System.Collections.Generic