C# 클래스 Machete.Web.Controllers.PersonController

상속: MacheteController
파일 보기 프로젝트 열기: SavageLearning/Machete 1 사용 예제들

공개 메소드들

메소드 설명
PersonController ( IPersonService personService, ILookupCache _lcache ) : System

보호된 메소드들

메소드 설명
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

비공개 메소드들

메소드 설명
AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Create ( Person person, string userName ) : System.Web.Mvc.ActionResult
Delete ( int id, string user ) : System.Web.Mvc.ActionResult
DuplicatePersons ( string firstname, string lastname, string phone ) : string>>.List
Edit ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, string userName ) : System.Web.Mvc.ActionResult
GetDuplicates ( string firstname, string lastname, string phone ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
View ( int id ) : System.Web.Mvc.ActionResult
_getTabLabel ( Person per ) : string
_getTabRef ( Person per ) : string

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
리턴 void

PersonController() 공개 메소드

public PersonController ( IPersonService personService, ILookupCache _lcache ) : System
personService IPersonService
_lcache ILookupCache
리턴 System