Method | Description | |
---|---|---|
AddEditRule ( int qcRuleId ) : System.Web.Mvc.ActionResult |
Action method to get the add edit quality check rule view.
|
|
Index ( ) : System.Web.Mvc.ActionResult |
Action method to return the index view.
|
|
SaveRule ( |
Action method to save the rule data to the database
|
Method | Description | |
---|---|---|
GetQCRuleViewModel ( int id ) : |
Helper method to get the single rule view model.
|
|
GetQualityCheckViewModel ( ) : |
Method to get the quality check view model.
|
public AddEditRule ( int qcRuleId ) : System.Web.Mvc.ActionResult | ||
qcRuleId | int | Quality check rule id. |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SaveRule ( |
||
ruleModel | Rule view Model | |
return | System.Web.Mvc.JsonResult |