C# Class CSMSL.IO.MzIdentML.MzidReader

Show file Open project: dbaileychess/CSMSL Class Usage Examples

Public Methods

Method Description
GetAnalysis ( ) : void
MzidReader ( string filePath ) : System
Open ( ) : void
Save ( ) : void
SaveAs ( string filePath ) : void

Method Details

GetAnalysis() public method

public GetAnalysis ( ) : void
return void

MzidReader() public method

public MzidReader ( string filePath ) : System
filePath string
return System

Open() public method

public Open ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SaveAs() public method

public SaveAs ( string filePath ) : void
filePath string
return void