C# 클래스 ImsInformed.IO.ImsTargetResultExporter

상속: IDisposable
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TextWriter System.IO.StreamWriter

공개 메소드들

메소드 설명
AppendCorrelationResultToCsv ( ChargeStateCorrelationResult correlationResult ) : void

The append correlation result to csv.

AppendResultsOfTargetToCsv ( PeptideTarget target ) : void
Dispose ( ) : void
ImsTargetResultExporter ( string outputLocation ) : System

비공개 메소드들

메소드 설명
AddCsvHeader ( TextWriter textWriter ) : void

메소드 상세

AppendCorrelationResultToCsv() 공개 메소드

The append correlation result to csv.
public AppendCorrelationResultToCsv ( ChargeStateCorrelationResult correlationResult ) : void
correlationResult ImsInformed.Workflows.LcImsPeptideExtraction.ChargeStateCorrelationResult /// The correlation result. ///
리턴 void

AppendResultsOfTargetToCsv() 공개 메소드

public AppendResultsOfTargetToCsv ( PeptideTarget target ) : void
target ImsInformed.Targets.PeptideTarget
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ImsTargetResultExporter() 공개 메소드

public ImsTargetResultExporter ( string outputLocation ) : System
outputLocation string
리턴 System

프로퍼티 상세

TextWriter 공개적으로 프로퍼티

public StreamWriter,System.IO TextWriter
리턴 System.IO.StreamWriter