C# 클래스 CAESGenome.Controllers.SequencingController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/CAESGenome

공개 메소드들

메소드 설명
Create ( int id ) : System.Web.Mvc.ActionResult

Create a sequencing job submission

SequencingController ( IRepositoryFactory repositoryFactory ) : System

비공개 메소드들

메소드 설명
AddPlates ( List plateNames, UserJob userJob, JobType jobType ) : void

Adds the plates necessary for the original submission

Create ( int id, SequencingPostModel postModel ) : System.Web.Mvc.ActionResult
SaveBacterialClone ( SequencingPostModel postModel ) : bool
SaveDnaSubmission ( SequencingPostModel postModel ) : bool
SaveSublibrarySubmission ( SequencingPostModel postModel ) : bool
SaveUserRunSubmission ( SequencingPostModel postModel ) : bool
ValidateBacterialClone ( SequencingPostModel postModel ) : void
ValidateDnaSubmission ( SequencingPostModel postModel ) : void
ValidateSublibrarySubmission ( SequencingPostModel postModel ) : void
ValidateUserRunSubmission ( SequencingPostModel postModel ) : void

메소드 상세

Create() 공개 메소드

Create a sequencing job submission
public Create ( int id ) : System.Web.Mvc.ActionResult
id int Job Type Id
리턴 System.Web.Mvc.ActionResult

SequencingController() 공개 메소드

public SequencingController ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory
리턴 System