C# Class Core.Forms.Controllers.T4MVC_FormAnswersController

Inheritance: Core.Forms.Controllers.FormAnswersController
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
FormAnswersDynamicGridData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
ShowAll ( ) : System.Web.Mvc.ActionResult
ShowAnswerDetails ( long answerId ) : System.Web.Mvc.ActionResult
ShowAnswers ( long formWidgetId ) : System.Web.Mvc.ActionResult
ShowAnswers ( long formWidgetId, int page, int rows, string sidx, string sord ) : System.Web.Mvc.JsonResult
T4MVC_FormAnswersController ( ) : System

Method Details

FormAnswersDynamicGridData() public méthode

public FormAnswersDynamicGridData ( int page, int rows, string search, string sidx, string sord ) : System.Web.Mvc.JsonResult
page int
rows int
search string
sidx string
sord string
Résultat System.Web.Mvc.JsonResult

ShowAll() public méthode

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

ShowAnswerDetails() public méthode

public ShowAnswerDetails ( long answerId ) : System.Web.Mvc.ActionResult
answerId long
Résultat System.Web.Mvc.ActionResult

ShowAnswers() public méthode

public ShowAnswers ( long formWidgetId ) : System.Web.Mvc.ActionResult
formWidgetId long
Résultat System.Web.Mvc.ActionResult

ShowAnswers() public méthode

public ShowAnswers ( long formWidgetId, int page, int rows, string sidx, string sord ) : System.Web.Mvc.JsonResult
formWidgetId long
page int
rows int
sidx string
sord string
Résultat System.Web.Mvc.JsonResult

T4MVC_FormAnswersController() public méthode

public T4MVC_FormAnswersController ( ) : System
Résultat System