Property | Type | Description | |
---|---|---|---|
Mediator | IMediator |
Method | Description | |
---|---|---|
Post ( System.Guid id, BaseWasteCodeViewModel viewModel, string command, string remove, bool backToOverview ) : Task |
Method | Description | |
---|---|---|
AddAction ( BaseWasteCodeViewModel viewModel ) : System.Web.Mvc.ActionResult | ||
BackToOverviewResult ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
BaseWasteCodeController ( IMediator mediator, CodeType codeType ) : System | ||
ContinueAction ( System.Guid id, BaseWasteCodeViewModel viewModel, bool backToOverview ) : Task |
||
RebindModel ( System.Guid id, BaseWasteCodeViewModel viewModel ) : System.Threading.Tasks.Task | ||
RemoveAction ( BaseWasteCodeViewModel viewModel ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AddCodeToViewModel ( BaseWasteCodeViewModel viewModel ) : void | ||
HasASelectedCode ( BaseWasteCodeViewModel viewModel ) : bool |
protected AddAction ( BaseWasteCodeViewModel viewModel ) : System.Web.Mvc.ActionResult | ||
viewModel | BaseWasteCodeViewModel | |
return | System.Web.Mvc.ActionResult |
protected BackToOverviewResult ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |
protected BaseWasteCodeController ( IMediator mediator, CodeType codeType ) : System | ||
mediator | IMediator | |
codeType | CodeType | |
return | System |
protected abstract ContinueAction ( System.Guid id, BaseWasteCodeViewModel viewModel, bool backToOverview ) : Task |
||
id | System.Guid | |
viewModel | BaseWasteCodeViewModel | |
backToOverview | bool | |
return | Task |
public Post ( System.Guid id, BaseWasteCodeViewModel viewModel, string command, string remove, bool backToOverview ) : Task |
||
id | System.Guid | |
viewModel | BaseWasteCodeViewModel | |
command | string | |
remove | string | |
backToOverview | bool | |
return | Task |
protected RebindModel ( System.Guid id, BaseWasteCodeViewModel viewModel ) : System.Threading.Tasks.Task | ||
id | System.Guid | |
viewModel | BaseWasteCodeViewModel | |
return | System.Threading.Tasks.Task |
protected RemoveAction ( BaseWasteCodeViewModel viewModel ) : System.Web.Mvc.ActionResult | ||
viewModel | BaseWasteCodeViewModel | |
return | System.Web.Mvc.ActionResult |