Method | Description | |
---|---|---|
AddParticipant ( int retreatId ) : System.Web.Mvc.ViewResult | ||
AddParticipantChooseBedCode ( int retreatId, int participantId ) : System.Web.Mvc.ViewResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
GenerateReport ( ) : System.Web.Mvc.FileResult | ||
GenerateReportFor ( int retreat ) : System.Web.Mvc.FileResult | ||
Index ( int id ) : System.Web.Mvc.ActionResult | ||
RemoveParticipant ( int retreatId, int participantId ) : System.Web.Mvc.ActionResult | ||
RetreatController ( IRetreatRepository retreatRepository, IParticipantRepository participantRepository, IBedRepository bedRepository, IControllerCommandInvoker commandInvoker, IReportGeneratorService reportGenerator ) : System |
Method | Description | |
---|---|---|
AddParticipant ( |
||
AddParticipantChooseBedCode ( |
||
Create ( |
||
Delete ( |
||
DoAddNew ( |
||
DoCancel ( |
||
DoSearch ( |
||
GetModel ( ) : |
||
GetRetreats ( ) : IEnumerable |
||
MakeAddParticipantViewModel ( int retreatId ) : |
||
RemoveParticipant ( |
public AddParticipant ( int retreatId ) : System.Web.Mvc.ViewResult | ||
retreatId | int | |
return | System.Web.Mvc.ViewResult |
public AddParticipantChooseBedCode ( int retreatId, int participantId ) : System.Web.Mvc.ViewResult | ||
retreatId | int | |
participantId | int | |
return | System.Web.Mvc.ViewResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GenerateReport ( ) : System.Web.Mvc.FileResult | ||
return | System.Web.Mvc.FileResult |
public GenerateReportFor ( int retreat ) : System.Web.Mvc.FileResult | ||
retreat | int | |
return | System.Web.Mvc.FileResult |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public RemoveParticipant ( int retreatId, int participantId ) : System.Web.Mvc.ActionResult | ||
retreatId | int | |
participantId | int | |
return | System.Web.Mvc.ActionResult |
public RetreatController ( IRetreatRepository retreatRepository, IParticipantRepository participantRepository, IBedRepository bedRepository, IControllerCommandInvoker commandInvoker, IReportGeneratorService reportGenerator ) : System | ||
retreatRepository | IRetreatRepository | |
participantRepository | IParticipantRepository | |
bedRepository | IBedRepository | |
commandInvoker | IControllerCommandInvoker | |
reportGenerator | IReportGeneratorService | |
return | System |