C# Class EA.Iws.Web.Areas.NotificationApplication.Controllers.BaseWasteCodeController

Inheritance: Controller
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Protected Properties

Свойство Type Description
Mediator IMediator

Méthodes publiques

Méthode Description
Post ( System.Guid id, BaseWasteCodeViewModel viewModel, string command, string remove, bool backToOverview ) : Task

Méthodes protégées

Méthode 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

Private Methods

Méthode Description
AddCodeToViewModel ( BaseWasteCodeViewModel viewModel ) : void
HasASelectedCode ( BaseWasteCodeViewModel viewModel ) : bool

Method Details

AddAction() protected méthode

protected AddAction ( BaseWasteCodeViewModel viewModel ) : System.Web.Mvc.ActionResult
viewModel BaseWasteCodeViewModel
Résultat System.Web.Mvc.ActionResult

BackToOverviewResult() protected méthode

protected BackToOverviewResult ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
Résultat System.Web.Mvc.ActionResult

BaseWasteCodeController() protected méthode

protected BaseWasteCodeController ( IMediator mediator, CodeType codeType ) : System
mediator IMediator
codeType CodeType
Résultat System

ContinueAction() protected abstract méthode

protected abstract ContinueAction ( System.Guid id, BaseWasteCodeViewModel viewModel, bool backToOverview ) : Task
id System.Guid
viewModel BaseWasteCodeViewModel
backToOverview bool
Résultat Task

Post() public méthode

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
Résultat Task

RebindModel() protected méthode

protected RebindModel ( System.Guid id, BaseWasteCodeViewModel viewModel ) : System.Threading.Tasks.Task
id System.Guid
viewModel BaseWasteCodeViewModel
Résultat System.Threading.Tasks.Task

RemoveAction() protected méthode

protected RemoveAction ( BaseWasteCodeViewModel viewModel ) : System.Web.Mvc.ActionResult
viewModel BaseWasteCodeViewModel
Résultat System.Web.Mvc.ActionResult

Property Details

Mediator protected_oe property

protected IMediator Mediator
Résultat IMediator