C# Class PIXIEBatchProcessor.Export.AnalysisLibrary

Afficher le fichier Open project: PNNL-Comp-Mass-Spec/PIXIE Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AnalysisLibrary() public méthode

public AnalysisLibrary ( string path ) : System
path string
Résultat System

CreateTables() public méthode

public CreateTables ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

InsertResult() public méthode

Insert a single result
public InsertResult ( CrossSectionWorkflowResult result ) : System.Threading.Tasks.Task
result ImsInformed.Workflows.CrossSectionExtraction.CrossSectionWorkflowResult
Résultat System.Threading.Tasks.Task

InsertResult() public méthode

Insert multiple results
public InsertResult ( IEnumerable results ) : System.Threading.Tasks.Task
results IEnumerable
Résultat System.Threading.Tasks.Task