C# Class Garcom.Controllers.PlacesController

Inheritance: Controller
Show file Open project: hammernight/Garcom Class Usage Examples

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ViewResult
New ( ) : System.Web.Mvc.ViewResult
PlacesController ( AllPlaces allPlaces ) : System.Web.Mvc

Private Methods

Method Description
Create ( Place place ) : System.Web.Mvc.ActionResult
CreateAjax ( Place place ) : System.Web.Mvc.ActionResult
ListOfPlaces ( ) : System.Web.Mvc.ActionResult
Place ( string id ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

New() public method

public New ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

PlacesController() public method

public PlacesController ( AllPlaces allPlaces ) : System.Web.Mvc
allPlaces Garcom.Models.AllPlaces
return System.Web.Mvc