Method | Description | |
---|---|---|
Contest ( int id ) : System.Web.Mvc.ActionResult | ||
Contests ( string text ) : System.Web.Mvc.JsonResult | ||
GetById ( object id ) : object | ||
GetData ( ) : IEnumerable | ||
GetEntityKeyName ( ) : string | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
ParticipantsController ( IOjsData data ) : System.Collections | ||
RenderGrid ( int id ) : System.Web.Mvc.ActionResult | ||
UpdateParticipantAnswer ( [ request, OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAnswerViewModel model ) : System.Web.Mvc.JsonResult | ||
Users ( string text ) : System.Web.Mvc.JsonResult |
Method | Description | |
---|---|---|
Answers ( [ request, int id ) : System.Web.Mvc.JsonResult | ||
Create ( [ request, OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAdministrationViewModel model ) : System.Web.Mvc.ActionResult | ||
Destroy ( [ request, OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAdministrationViewModel model ) : System.Web.Mvc.ActionResult | ||
ExportToExcelByContest ( Kendo.Mvc.UI.DataSourceRequest request, int contestId ) : System.Web.Mvc.FileResult | ||
ReadParticipants ( [ request, int id ) : System.Web.Mvc.ActionResult |
public Contest ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Contests ( string text ) : System.Web.Mvc.JsonResult | ||
text | string | |
return | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ParticipantsController ( IOjsData data ) : System.Collections | ||
data | IOjsData | |
return | System.Collections |
public RenderGrid ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public UpdateParticipantAnswer ( [ request, OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAnswerViewModel model ) : System.Web.Mvc.JsonResult | ||
request | [ | |
model | OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAnswerViewModel | |
return | System.Web.Mvc.JsonResult |
public Users ( string text ) : System.Web.Mvc.JsonResult | ||
text | string | |
return | System.Web.Mvc.JsonResult |