Method | Description | |
---|---|---|
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult | ||
MaterialController ( ) : System.Linq | ||
MaterialController ( ApplicationUserManager userManager ) : System.Linq |
Method | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
Add ( AddEditMaterialViewModel vModel ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, AddEditMaterialViewModel vModel ) : System.Web.Mvc.ActionResult | ||
Remove ( long ID, string authorize ) : System.Web.Mvc.ActionResult |
public Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult | ||
SearchTerms | string | |
CurrentPageNumber | int | |
ItemsPerPage | int | |
return | System.Web.Mvc.ActionResult |
public MaterialController ( ApplicationUserManager userManager ) : System.Linq | ||
userManager | ApplicationUserManager | |
return | System.Linq |