C# Class Ext.Net.MVC.Examples.Areas.GridPanel_Paging_and_Sorting.Controllers.Local_Paging_with_Remote_DataController

Inheritance: Controller
Datei anzeigen Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Read ( int startRemote, int limitRemote ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

Read() public method

public Read ( int startRemote, int limitRemote ) : System.Web.Mvc.ActionResult
startRemote int
limitRemote int
return System.Web.Mvc.ActionResult