C# 클래스 Garcom.Controllers.PlacesController

상속: Controller
파일 보기 프로젝트 열기: hammernight/Garcom 1 사용 예제들

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ViewResult
New ( ) : System.Web.Mvc.ViewResult
PlacesController ( AllPlaces allPlaces ) : System.Web.Mvc

비공개 메소드들

메소드 설명
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

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

New() 공개 메소드

public New ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

PlacesController() 공개 메소드

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