C# Класс KnowYourTurf.Web.Controllers.TaskController

Наследование: KYTController
Показать файл Открыть проект

Открытые методы

Метод Описание
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