Property | Type | Description | |
---|---|---|---|
fileServiceFactory | IFileServiceFactory | ||
user | User | ||
userService | IUserService |
Method | Description | |
---|---|---|
QCController ( IQCService qcService, IFileServiceFactory fileServiceFactory, IUserService userService ) : Microsoft.Research.DataOnboarding.DomainModel |
Initializes a new instance of the QCController class.
|
Method | Description | |
---|---|---|
CheckRuleExists ( string ruleName ) : |
||
Delete ( int id ) : |
||
EditQualityCheck ( ) : |
||
GetQualityCheckById ( int id ) : |
||
GetQualityCheckIssues ( int fileId, int qualityCheckId, string sheetIds ) : Task |
||
GetQualityCheckRulesAndFileSheets ( int fileId ) : Task |
||
RetrieveQualityCheckRules ( ) : |
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 |
return | Microsoft.Research.DataOnboarding.DomainModel |
protected IFileServiceFactory fileServiceFactory | ||
return | IFileServiceFactory |