C# Класс Core.Forms.Controllers.FormsController

Наследование: Core.Framework.MEF.Web.CoreController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ApplyPermissions System.Web.Mvc.ActionResult
ApplyPermissions System.Web.Mvc.ActionResult
ChangeFormElementLanguage System.Web.Mvc.ActionResult
ChangeLanguage System.Web.Mvc.ActionResult
DynamicGridData System.Web.Mvc.JsonResult
Edit System.Web.Mvc.ActionResult
Edit System.Web.Mvc.ActionResult
EditElement System.Web.Mvc.ActionResult
FormElementsDynamicGridData System.Web.Mvc.JsonResult
FormTabs System.Web.Mvc.ActionResult
FormsController System
IsFormOwner bool
New System.Web.Mvc.ActionResult
New System.Web.Mvc.ActionResult
NewElement System.Web.Mvc.ActionResult
NewElement System.Web.Mvc.ActionResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult
Save System.Web.Mvc.ActionResult
Save System.Web.Mvc.ActionResult
SaveElement System.Web.Mvc.ActionResult
ShowAll System.Web.Mvc.ActionResult
ShowFormElements System.Web.Mvc.ActionResult
ShowFormElements System.Web.Mvc.ActionResult
ShowPermissions System.Web.Mvc.ActionResult
ShowPermissions System.Web.Mvc.ActionResult
UpdateFormElementPosition System.Web.Mvc.ActionResult
UpdateFormElementPosition System.Web.Mvc.ActionResult

Открытые методы

Метод Описание
FormsController ( ) : System
Remove ( long id ) : System.Web.Mvc.ActionResult

Removes the form by Id.

RemoveElement ( long id ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
ApplyPermissions ( PermissionsModel model ) : System.Web.Mvc.ActionResult
ApplyPermissions ( ) : System.Web.Mvc.ActionResult
ChangeFormElementLanguage ( long formElementId, String culture ) : System.Web.Mvc.ActionResult
ChangeLanguage ( long formId, String culture ) : System.Web.Mvc.ActionResult
DynamicGridData ( int page, int rows, String search, String sidx, String sord ) : System.Web.Mvc.JsonResult
Edit ( ) : System.Web.Mvc.ActionResult
Edit ( long formId ) : System.Web.Mvc.ActionResult
EditElement ( long formId, long formElementId ) : System.Web.Mvc.ActionResult
FormElementsDynamicGridData ( int formId, int page, int rows, String search, String sidx, String sord ) : System.Web.Mvc.JsonResult
FormTabs ( long formId, bool activeDetails, bool activeElements, bool activePermissions ) : System.Web.Mvc.ActionResult
FormsController ( Dummy d ) : System
IsFormOwner ( Form form ) : bool
New ( ) : System.Web.Mvc.ActionResult
New ( FormViewModel form ) : System.Web.Mvc.ActionResult
NewElement ( ) : System.Web.Mvc.ActionResult
NewElement ( long formId ) : System.Web.Mvc.ActionResult
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
Save ( FormViewModel model ) : System.Web.Mvc.ActionResult
Save ( ) : System.Web.Mvc.ActionResult
SaveElement ( long formId, FormElementViewModel model ) : System.Web.Mvc.ActionResult
ShowAll ( ) : System.Web.Mvc.ActionResult
ShowFormElements ( ) : System.Web.Mvc.ActionResult
ShowFormElements ( long formId ) : System.Web.Mvc.ActionResult
ShowPermissions ( ) : System.Web.Mvc.ActionResult
ShowPermissions ( long formId ) : System.Web.Mvc.ActionResult
UpdateFormElementPosition ( ) : System.Web.Mvc.ActionResult
UpdateFormElementPosition ( long formElementId, int orderNumber ) : System.Web.Mvc.ActionResult

Описание методов

FormsController() публичный Метод

public FormsController ( ) : System
Результат System

Remove() публичный Метод

Removes the form by Id.
public Remove ( long id ) : System.Web.Mvc.ActionResult
id long The id.
Результат System.Web.Mvc.ActionResult

RemoveElement() публичный Метод

public RemoveElement ( long id ) : System.Web.Mvc.ActionResult
id long
Результат System.Web.Mvc.ActionResult