Method | Description | |
---|---|---|
ByDate ( System.DateTime date ) : System.Web.Mvc.ActionResult | ||
Index ( int month, int year, CalendarDirection direction = null ) : System.Web.Mvc.ActionResult |
Displays calendars of quality control
|
|
QualityControlController ( IRepositoryFactory repositoryFactory, IPhredService phredService ) : System |
Method | Description | |
---|---|---|
ChangeDownload ( int id ) : System.Web.Mvc.ActionResult | ||
PhredValidation ( ) : System.Web.Mvc.ActionResult | ||
ScanFiles ( ) : System.Web.Mvc.ActionResult |
public ByDate ( System.DateTime date ) : System.Web.Mvc.ActionResult | ||
date | System.DateTime | |
return | System.Web.Mvc.ActionResult |
public Index ( int month, int year, CalendarDirection direction = null ) : System.Web.Mvc.ActionResult | ||
month | int | Leading Month |
year | int | Leading Year |
direction | CalendarDirection | Direction to change calendar |
return | System.Web.Mvc.ActionResult |
public QualityControlController ( IRepositoryFactory repositoryFactory, IPhredService phredService ) : System | ||
repositoryFactory | IRepositoryFactory | |
phredService | IPhredService | |
return | System |