C# Class Core.Forms.Controllers.T4MVC_FormsController

Inheritance: Core.Forms.Controllers.FormsController
显示文件 Open project: coreframework/Core-Framework

Public Methods

Method 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 method

public ApplyPermissions ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( long formId ) : System.Web.Mvc.ActionResult
formId long
return System.Web.Mvc.ActionResult

New() public method

public New ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

NewElement() public method

public NewElement ( long formId ) : System.Web.Mvc.ActionResult
formId long
return System.Web.Mvc.ActionResult

Save() public method

public Save ( Core model ) : System.Web.Mvc.ActionResult
model Core
return System.Web.Mvc.ActionResult

ShowAll() public method

public ShowAll ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ShowFormElements() public method

public ShowFormElements ( long formId ) : System.Web.Mvc.ActionResult
formId long
return System.Web.Mvc.ActionResult

ShowPermissions() public method

public ShowPermissions ( long formId ) : System.Web.Mvc.ActionResult
formId long
return System.Web.Mvc.ActionResult

T4MVC_FormsController() public method

public T4MVC_FormsController ( ) : System
return System

UpdateFormElementPosition() public method

public UpdateFormElementPosition ( long formElementId, int orderNumber ) : System.Web.Mvc.ActionResult
formElementId long
orderNumber int
return System.Web.Mvc.ActionResult