C# Класс Microsoft.Research.DataOnboarding.WebApplication.Controllers.QualityCheckController

Controller class for quality check related methods.
Наследование: Microsoft.Research.DataOnboarding.WebApplication.Helpers.BaseController
Показать файл Открыть проект

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

Метод Описание
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 ( QCRuleViewModel ruleModel ) : System.Web.Mvc.JsonResult

Action method to save the rule data to the database

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

Метод Описание
GetQCRuleViewModel ( int id ) : QCRuleViewModel

Helper method to get the single rule view model.

GetQualityCheckViewModel ( ) : QualityCheckViewModel

Method to get the quality check view model.

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

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

Action method to get the add edit quality check rule view.
public AddEditRule ( int qcRuleId ) : System.Web.Mvc.ActionResult
qcRuleId int Quality check rule id.
Результат System.Web.Mvc.ActionResult

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

Action method to return the index view.
public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Action method to save the rule data to the database
public SaveRule ( QCRuleViewModel ruleModel ) : System.Web.Mvc.JsonResult
ruleModel Microsoft.Research.DataOnboarding.WebApplication.ViewModels.QCRuleViewModel Rule view Model
Результат System.Web.Mvc.JsonResult