Property | Type | Description | |
---|---|---|---|
PageSize | int |
Method | Description | |
---|---|---|
Details ( int id ) : System.Web.Mvc.ActionResult | ||
EventController ( IEventRepository eventRepository ) : System | ||
ExportEvent ( int id ) : System.Web.Mvc.FileContentResult | ||
Index ( bool archive = false, int page = 1 ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
CreateBasedOnOldEvent ( int id ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
NumberofSpotsList ( int numberOfSpots ) : IEnumerable |
||
categorySelectList ( ) : IEnumerable |
||
getRaffleTypes ( ) : IEnumerable |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public EventController ( IEventRepository eventRepository ) : System | ||
eventRepository | IEventRepository | |
return | System |
public ExportEvent ( int id ) : System.Web.Mvc.FileContentResult | ||
id | int | |
return | System.Web.Mvc.FileContentResult |
public Index ( bool archive = false, int page = 1 ) : System.Web.Mvc.ActionResult | ||
archive | bool | |
page | int | |
return | System.Web.Mvc.ActionResult |