Méthode | Description | |
---|---|---|
Index ( string SearchTerms = "", int CurrentPageNumber = 1, int ItemsPerPage = 20 ) : System.Web.Mvc.ActionResult | ||
RoomController ( ) : System.Web | ||
RoomController ( ApplicationUserManager userManager ) : System.Web |
Méthode | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
Add ( AddEditRoomDataViewModel vModel ) : System.Web.Mvc.ActionResult | ||
Edit ( AddEditRoomDataViewModel vModel, int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Map ( long ID ) : 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 | |
Résultat | System.Web.Mvc.ActionResult |
public RoomController ( ApplicationUserManager userManager ) : System.Web | ||
userManager | ApplicationUserManager | |
Résultat | System.Web |