Method | Description | |
---|---|---|
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult | ||
MineralsController ( ) : System | ||
MineralsController ( ApplicationUserManager userManager ) : System |
Method | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
Add ( AddEditMineralsViewModel vModel ) : System.Web.Mvc.ActionResult | ||
Edit ( long id ) : System.Web.Mvc.ActionResult | ||
Edit ( long id, AddEditMineralsViewModel 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 MineralsController ( ApplicationUserManager userManager ) : System | ||
userManager | ApplicationUserManager | |
return | System |