C# 클래스 PIXIEBatchProcessor.Export.AnalysisLibrary

파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/PIXIE 1 사용 예제들

공개 메소드들

메소드 설명
AnalysisLibrary ( string path ) : System
CreateTables ( ) : System.Threading.Tasks.Task
InsertResult ( CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task

Insert a single result

InsertResult ( IEnumerable results ) : System.Threading.Tasks.Task

Insert multiple results

비공개 메소드들

메소드 설명
CreateView ( SQLiteCommand cmd, string query, string viewName ) : System.Threading.Tasks.Task
CreateViews ( SQLiteCommand cmd ) : System.Threading.Tasks.Task
InsertAnalysis ( SQLiteCommand cmd, CrossSectionWorkflowResult result, long targetID, long datasetID ) : Task
InsertChemical ( SQLiteCommand cmd, IImsTarget target ) : Task
InsertDataset ( SQLiteCommand cmd, CrossSectionWorkflowResult result ) : Task
InsertIdentifications ( SQLiteCommand cmd, IdentifiedIsomerInfo result, long analysisID ) : Task
InsertResult ( SQLiteCommand cmd, CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task
InsertSnapshots ( SQLiteCommand cmd, ArrivalTimeSnapShot result, long IdentificationID ) : System.Threading.Tasks.Task
InsertTarget ( SQLiteCommand cmd, IImsTarget target ) : Task
LastID ( SQLiteCommand cmd ) : Task

메소드 상세

AnalysisLibrary() 공개 메소드

public AnalysisLibrary ( string path ) : System
path string
리턴 System

CreateTables() 공개 메소드

public CreateTables ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

InsertResult() 공개 메소드

Insert a single result
public InsertResult ( CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task
result ImsInformed.Workflows.CrossSectionExtraction.CrossSectionWorkflowResult
리턴 System.Threading.Tasks.Task

InsertResult() 공개 메소드

Insert multiple results
public InsertResult ( IEnumerable results ) : System.Threading.Tasks.Task
results IEnumerable
리턴 System.Threading.Tasks.Task