C# 클래스 Microsoft.Research.DataOnboarding.WebApi.Api.QCController

Web API controller class for QC related methods
상속: ApiController
파일 보기 프로젝트 열기: CDLUC3/dataup2 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fileServiceFactory IFileServiceFactory
user User
userService IUserService

공개 메소드들

메소드 설명
QCController ( IQCService qcService, IFileServiceFactory fileServiceFactory, IUserService userService ) : Microsoft.Research.DataOnboarding.DomainModel

Initializes a new instance of the QCController class.

비공개 메소드들

메소드 설명
CheckRuleExists ( string ruleName ) : HttpResponseMessage
Delete ( int id ) : HttpResponseMessage
EditQualityCheck ( ) : HttpResponseMessage
GetQualityCheckById ( int id ) : HttpResponseMessage
GetQualityCheckIssues ( int fileId, int qualityCheckId, string sheetIds ) : Task
GetQualityCheckRulesAndFileSheets ( int fileId ) : Task
RetrieveQualityCheckRules ( ) : HttpResponseMessage

메소드 상세

QCController() 공개 메소드

Initializes a new instance of the QCController class.
public QCController ( IQCService qcService, IFileServiceFactory fileServiceFactory, IUserService userService ) : Microsoft.Research.DataOnboarding.DomainModel
qcService IQCService IQC Service object.
fileServiceFactory IFileServiceFactory File service factory
userService IUserService User service
리턴 Microsoft.Research.DataOnboarding.DomainModel

프로퍼티 상세

fileServiceFactory 보호되어 있는 프로퍼티

interface IFileServiceFactory
protected IFileServiceFactory fileServiceFactory
리턴 IFileServiceFactory

user 보호되어 있는 프로퍼티

Holds the Reference to user object
protected User user
리턴 User

userService 보호되어 있는 프로퍼티

Holds the reference to IUserService
protected IUserService userService
리턴 IUserService