메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Web.Mvc.ActionResult |
public Contests ( string text ) : System.Web.Mvc.JsonResult | ||
text | string | |
리턴 | System.Web.Mvc.JsonResult |
public ParticipantsController ( IOjsData data ) : System.Collections | ||
data | IOjsData | |
리턴 | System.Collections |
public RenderGrid ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | 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 | |
리턴 | System.Web.Mvc.JsonResult |
public Users ( string text ) : System.Web.Mvc.JsonResult | ||
text | string | |
리턴 | System.Web.Mvc.JsonResult |