C# 클래스 KnowYourTurf.Web.Controllers.TaskController

상속: KYTController
파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 메소드들

메소드 설명
AddEdit ( AddEditTaskViewModel input ) : System.Web.Mvc.ActionResult
Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
Display ( ViewModel input ) : System.Web.Mvc.ActionResult
Save ( TaskViewModel input ) : System.Web.Mvc.ActionResult
TaskController ( IRepository repository, ISaveEntityService saveEntityService, ISelectListItemService selectListItemService, ISelectBoxPickerService selectBoxPickerService, IInventoryService inventoryService ) : System

비공개 메소드들

메소드 설명
decorateModel ( AddEditTaskViewModel input, TaskViewModel model ) : void
mapChildren ( Task task, TaskViewModel model ) : void
mapItem ( Task item, Task input ) : void

메소드 상세

AddEdit() 공개 메소드

public AddEdit ( AddEditTaskViewModel input ) : System.Web.Mvc.ActionResult
input AddEditTaskViewModel
리턴 System.Web.Mvc.ActionResult

Delete() 공개 메소드

public Delete ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
리턴 System.Web.Mvc.ActionResult

Display() 공개 메소드

public Display ( ViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ViewModel
리턴 System.Web.Mvc.ActionResult

Save() 공개 메소드

public Save ( TaskViewModel input ) : System.Web.Mvc.ActionResult
input TaskViewModel
리턴 System.Web.Mvc.ActionResult

TaskController() 공개 메소드

public TaskController ( IRepository repository, ISaveEntityService saveEntityService, ISelectListItemService selectListItemService, ISelectBoxPickerService selectBoxPickerService, IInventoryService inventoryService ) : System
repository IRepository
saveEntityService ISaveEntityService
selectListItemService ISelectListItemService
selectBoxPickerService ISelectBoxPickerService
inventoryService IInventoryService
리턴 System