C# 클래스 Website.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
CustomerController ( IDataQuery query ) : System.Linq
Edit ( long id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
New ( ) : System.Web.Mvc.ViewResult
Save ( CustomerInput input ) : CommandResult

메소드 상세

CustomerController() 공개 메소드

public CustomerController ( IDataQuery query ) : System.Linq
query IDataQuery
리턴 System.Linq

Edit() 공개 메소드

public Edit ( long id ) : System.Web.Mvc.ViewResult
id long
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

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

New() 공개 메소드

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

Save() 공개 메소드

public Save ( CustomerInput input ) : CommandResult
input CustomerInput
리턴 CommandResult