Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
CreateDB ( ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( string sortOrder, string searchString ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
List ( ) : System.Web.Mvc.ActionResult | ||
ParkingDetails ( int id ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CreateDB ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( string sortOrder, string searchString ) : System.Web.Mvc.ViewResult | ||
sortOrder | string | |
searchString | string | |
return | System.Web.Mvc.ViewResult |