C# Class OJS.Web.Areas.Administration.Controllers.ParticipantsController

Inheritance: OJS.Web.Controllers.KendoGridAdministrationController
Afficher le fichier Open project: NikolayIT/OpenJudgeSystem

Méthodes publiques

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

Private Methods

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

Method Details

Contest() public méthode

public Contest ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Contests() public méthode

public Contests ( string text ) : System.Web.Mvc.JsonResult
text string
Résultat System.Web.Mvc.JsonResult

GetById() public méthode

public GetById ( object id ) : object
id object
Résultat object

GetData() public méthode

public GetData ( ) : IEnumerable
Résultat IEnumerable

GetEntityKeyName() public méthode

public GetEntityKeyName ( ) : string
Résultat string

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ParticipantsController() public méthode

public ParticipantsController ( IOjsData data ) : System.Collections
data IOjsData
Résultat System.Collections

RenderGrid() public méthode

public RenderGrid ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

UpdateParticipantAnswer() public méthode

public UpdateParticipantAnswer ( [ request, OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAnswerViewModel model ) : System.Web.Mvc.JsonResult
request [
model OJS.Web.Areas.Administration.ViewModels.Participant.ParticipantAnswerViewModel
Résultat System.Web.Mvc.JsonResult

Users() public méthode

public Users ( string text ) : System.Web.Mvc.JsonResult
text string
Résultat System.Web.Mvc.JsonResult