Method | Description | |
---|---|---|
AddEdit ( AddEditTaskViewModel input ) : System.Web.Mvc.ActionResult | ||
Delete ( |
||
Display ( |
||
Save ( TaskViewModel input ) : System.Web.Mvc.ActionResult | ||
TaskController ( IRepository repository, ISaveEntityService saveEntityService, ISelectListItemService selectListItemService, ISelectBoxPickerService selectBoxPickerService, IInventoryService inventoryService ) : System |
Method | Description | |
---|---|---|
decorateModel ( AddEditTaskViewModel input, TaskViewModel model ) : void | ||
mapChildren ( |
||
mapItem ( |
public AddEdit ( AddEditTaskViewModel input ) : System.Web.Mvc.ActionResult | ||
input | AddEditTaskViewModel | |
return | System.Web.Mvc.ActionResult |
public Delete ( |
||
input | ||
return | System.Web.Mvc.ActionResult |
public Display ( |
||
input | ||
return | System.Web.Mvc.ActionResult |
public Save ( TaskViewModel input ) : System.Web.Mvc.ActionResult | ||
input | TaskViewModel | |
return | System.Web.Mvc.ActionResult |
public TaskController ( IRepository repository, ISaveEntityService saveEntityService, ISelectListItemService selectListItemService, ISelectBoxPickerService selectBoxPickerService, IInventoryService inventoryService ) : System | ||
repository | IRepository | |
saveEntityService | ISaveEntityService | |
selectListItemService | ISelectListItemService | |
selectBoxPickerService | ISelectBoxPickerService | |
inventoryService | IInventoryService | |
return | System |