Метод | Описание | |
---|---|---|
About ( ) : System.Web.Mvc.ActionResult | ||
Editly ( ) : System.Web.Mvc.ActionResult | ||
EditlyGrid ( string item, int quantityStart, int quantityEnd, decimal totalStart, decimal totalEnd, string firstName, string lastName, bool isApproved ) : System.Web.Mvc.ActionResult | ||
Examples ( ) : System.Web.Mvc.ActionResult | ||
FilterBoxGrid ( string lastName, System.DateTime city ) : |
||
FilterListGrid ( ) : |
||
FilterRangeGrid ( System.DateTime stateStart ) : |
||
HistoryTest ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
IndexGrid ( string item, int quantityStart, int quantityEnd, decimal totalStart, decimal totalEnd, string firstName, string lastName, bool isApproved ) : System.Web.Mvc.ActionResult | ||
TestGrid ( string firstName, int zipStart, int zipEnd ) : |
Метод | Описание | |
---|---|---|
BuildIndexTestData ( ) : IEnumerable |
||
BuildTestData ( ) : List |
public About ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Editly ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public EditlyGrid ( string item, int quantityStart, int quantityEnd, decimal totalStart, decimal totalEnd, string firstName, string lastName, bool isApproved ) : System.Web.Mvc.ActionResult | ||
item | string | |
quantityStart | int | |
quantityEnd | int | |
totalStart | decimal | |
totalEnd | decimal | |
firstName | string | |
lastName | string | |
isApproved | bool | |
Результат | System.Web.Mvc.ActionResult |
public Examples ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public FilterBoxGrid ( string lastName, System.DateTime city ) : |
||
lastName | string | |
city | System.DateTime | |
Результат |
public FilterListGrid ( ) : |
||
Результат |
public FilterRangeGrid ( System.DateTime stateStart ) : |
||
stateStart | System.DateTime | |
Результат |
public HistoryTest ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public IndexGrid ( string item, int quantityStart, int quantityEnd, decimal totalStart, decimal totalEnd, string firstName, string lastName, bool isApproved ) : System.Web.Mvc.ActionResult | ||
item | string | |
quantityStart | int | |
quantityEnd | int | |
totalStart | decimal | |
totalEnd | decimal | |
firstName | string | |
lastName | string | |
isApproved | bool | |
Результат | System.Web.Mvc.ActionResult |
public TestGrid ( string firstName, int zipStart, int zipEnd ) : |
||
firstName | string | |
zipStart | int | |
zipEnd | int | |
Результат |