C# Class Ext.Net.MVC.Examples.Areas.Form_ComboBox.Custom_Search.Controllers.Custom_SearchController

Inheritance: Controller
Mostrar archivo Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
GetPlants ( int start, int limit, int page, string query ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

GetPlants() public method

public GetPlants ( int start, int limit, int page, string query ) : System.Web.Mvc.ActionResult
start int
limit int
page int
query string
return System.Web.Mvc.ActionResult

Index() public method

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