C# Class Core.Forms.Controllers.T4MVC_FormsController

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

Méthodes publiques

Méthode Description
ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
Edit ( long formId ) : System.Web.Mvc.ActionResult
New ( ) : System.Web.Mvc.ActionResult
NewElement ( long formId ) : System.Web.Mvc.ActionResult
Save ( Core model ) : System.Web.Mvc.ActionResult
ShowAll ( ) : System.Web.Mvc.ActionResult
ShowFormElements ( long formId ) : System.Web.Mvc.ActionResult
ShowPermissions ( long formId ) : System.Web.Mvc.ActionResult
T4MVC_FormsController ( ) : System
UpdateFormElementPosition ( long formElementId, int orderNumber ) : System.Web.Mvc.ActionResult

Method Details

ApplyPermissions() public méthode

public ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
model Core
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( long formId ) : System.Web.Mvc.ActionResult
formId long
Résultat System.Web.Mvc.ActionResult

New() public méthode

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

NewElement() public méthode

public NewElement ( long formId ) : System.Web.Mvc.ActionResult
formId long
Résultat System.Web.Mvc.ActionResult

Save() public méthode

public Save ( Core model ) : System.Web.Mvc.ActionResult
model Core
Résultat System.Web.Mvc.ActionResult

ShowAll() public méthode

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

ShowFormElements() public méthode

public ShowFormElements ( long formId ) : System.Web.Mvc.ActionResult
formId long
Résultat System.Web.Mvc.ActionResult

ShowPermissions() public méthode

public ShowPermissions ( long formId ) : System.Web.Mvc.ActionResult
formId long
Résultat System.Web.Mvc.ActionResult

T4MVC_FormsController() public méthode

public T4MVC_FormsController ( ) : System
Résultat System

UpdateFormElementPosition() public méthode

public UpdateFormElementPosition ( long formElementId, int orderNumber ) : System.Web.Mvc.ActionResult
formElementId long
orderNumber int
Résultat System.Web.Mvc.ActionResult