C# Class Core.Forms.Controllers.FormAnswersController

Afficher le fichier Open project: coreframework/Core-Framework

Private Properties

Свойство Type Description
FormAnswersController System
FormAnswersDynamicGridData System.Web.Mvc.JsonResult
FormAnswersDynamicGridData System.Web.Mvc.JsonResult
IsFormOwner bool
RedirectToAction System.Web.Mvc.RedirectToRouteResult
ShowAll System.Web.Mvc.ActionResult
ShowAnswerDetails System.Web.Mvc.ActionResult
ShowAnswerDetails System.Web.Mvc.ActionResult
ShowAnswers System.Web.Mvc.ActionResult
ShowAnswers System.Web.Mvc.ActionResult
ShowAnswers System.Web.Mvc.JsonResult

Méthodes publiques

Méthode Description
FormAnswersController ( ) : System

Private Methods

Méthode Description
FormAnswersController ( Dummy d ) : System
FormAnswersDynamicGridData ( ) : System.Web.Mvc.JsonResult
FormAnswersDynamicGridData ( int page, int rows, String search, String sidx, String sord ) : System.Web.Mvc.JsonResult
IsFormOwner ( Form form ) : bool
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
ShowAll ( ) : System.Web.Mvc.ActionResult
ShowAnswerDetails ( ) : System.Web.Mvc.ActionResult
ShowAnswerDetails ( long answerId ) : System.Web.Mvc.ActionResult
ShowAnswers ( ) : 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

Method Details

FormAnswersController() public méthode

public FormAnswersController ( ) : System
Résultat System